A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Search Forums
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Showing results 1 to 21 of 21
Search took 0.07 seconds.
Search: Posts made by: Sergeichik
Forum: Add-ins for Outlook December 15th 08, 12:08 PM Posted to microsoft.public.outlook.program_addins
Replies: 7
Views: 687
Posted By Sergeichik
How to read all contacts with the same name.

"Dmitry Streblechenko" wrote:

Thank you, it will be useful.
Forum: Add-ins for Outlook December 10th 08, 02:14 PM Posted to microsoft.public.outlook.program_addins
Replies: 5
Views: 724
Posted By Sergeichik
IAddrBook::ResolveName() problems

"Dmitry Streblechenko" wrote:

All contacts from conatcts folders in a particular store?
All address entries from all address book containers in the address book?


All contacts that can be...
Forum: Add-ins for Outlook December 10th 08, 09:40 AM Posted to microsoft.public.outlook.program_addins
Replies: 7
Views: 687
Posted By Sergeichik
How to read all contacts with the same name.

"Dmitry Streblechenko" wrote:

As I mentioned in my prrevious reply, perform PR_ANR restriction on all
address book containers that you want to process.

May you give an example of such PR_ANR...
Forum: Add-ins for Outlook December 10th 08, 09:31 AM Posted to microsoft.public.outlook.program_addins
Replies: 7
Views: 687
Posted By Sergeichik
How to read all contacts with the same name.

"Dmitry Streblechenko" wrote:

As I mentioned in my prrevious reply, perform PR_ANR restriction on all
address book containers that you want to process.


Should I process containers in cycle...
Forum: Add-ins for Outlook December 10th 08, 09:19 AM Posted to microsoft.public.outlook.program_addins
Replies: 7
Views: 687
Posted By Sergeichik
How to read all contacts with the same name.

"Dmitry Streblechenko" wrote:

As I mentioned in my prrevious reply, perform PR_ANR restriction on all
address book containers that you want to process.


Can you give any example ?
Forum: Add-ins for Outlook December 9th 08, 10:37 AM Posted to microsoft.public.outlook.program_addins
Replies: 7
Views: 687
Posted By Sergeichik
How to read all contacts with the same name.

How to read all contacts from Outlook Address book with some particular name,
for example 'Sunny', (from all folders) programmatically.
Can I do it with ResolveName() function ? It stops at the...
Forum: Outlook - Using Contacts December 9th 08, 10:36 AM Posted to microsoft.public.outlook.contacts
Replies: 0
Views: 318
Posted By Sergeichik
How to read all contacts with the same name.

How to read all contacts from Outlook Address book with some particular name,
for example 'Sunny', (from all folders) programmatically.
Can I do it with ResolveName() function ? It stops at the...
Forum: Add-ins for Outlook December 9th 08, 10:23 AM Posted to microsoft.public.outlook.program_addins
Replies: 5
Views: 724
Posted By Sergeichik
IAddrBook::ResolveName() problems

3. That is just how name resolution is implemeted. MAPI loops through all AB
providers in the search path (remember you can have multiple independent
providers) and stops at the very first...
Forum: Add-ins for Outlook December 5th 08, 02:14 PM Posted to microsoft.public.outlook.program_addins
Replies: 5
Views: 724
Posted By Sergeichik
IAddrBook::ResolveName() problems

1. If there are two similar contacts with names: "NN" and "NN " in Outlook
address book (second name with gap after letters), and I call ResolveName()
with parameter PR_DISPLAY_NAME = "NN",...
Forum: Add-ins for Outlook December 5th 08, 11:19 AM Posted to microsoft.public.outlook.program_addins
Replies: 5
Views: 740
Posted By Sergeichik
LDAP access

see
topic: Outlook address books reading...
Forum: Add-ins for Outlook December 5th 08, 11:17 AM Posted to microsoft.public.outlook.program_addins
Replies: 5
Views: 740
Posted By Sergeichik
LDAP access

It's best to leave the LDAP
terminology aside;

but it is standard Outlook terminology
Forum: Outlook - General Queries December 5th 08, 11:09 AM Posted to microsoft.public.outlook
Replies: 3
Views: 457
Posted By Sergeichik
LDAP access from Outlook addin

"Brian Tillman [MVP - Outlook]" wrote:


You're better off asking in microsoft.public.outlook.program_addins
--
Brian Tillman [MVP-Outlook]

Forum: Add-ins for Outlook December 5th 08, 11:07 AM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 616
Posted By Sergeichik
Outlook address books reading (C++).

There are at least 2 types of address books in Outlook: 'MAPI' and 'LDAP'.
I try to read all of it by the following working code:

///////////////////////////////////////
bool...
Forum: Add-ins for Outlook December 2nd 08, 04:19 PM Posted to microsoft.public.outlook.program_addins
Replies: 5
Views: 740
Posted By Sergeichik
LDAP access

I have write:

bool ReadAD()
{

// Initialize MAPI.
HRESULT hRes = S_OK;

if (FAILED(hRes = MAPIInitialize(NULL)))
{
Forum: Add-ins for Outlook November 28th 08, 02:54 PM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 420
Posted By Sergeichik
Outlook Remider programming C++

Hi Guys,
I am developing a plug-in for Outlook, and need to figure out how to access
programmatically the value of the "Reminder" dropdown in Meetings and
Appointments (that's the one with "15...
Forum: Add-ins for Outlook November 26th 08, 12:57 PM Posted to microsoft.public.outlook.program_addins
Replies: 0
Views: 437
Posted By Sergeichik
Access 'Appointment window' toolbars buttons.

How can I access all of toolbars controls in 'Outlook Appointment' window
programmatically (C++) ?
Forum: Add-ins for Outlook November 26th 08, 09:05 AM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 536
Posted By Sergeichik
Catching buttons pressing in Outlook appointment window.

I have an Outlook 2007 installed on.
I have small Outlook Add-in example (in C++) somewhere from
http://www.codeproject.com ..

I try to catch buttons, located at 'Appointment window toolbar' (in...
Forum: Add-ins for Outlook November 26th 08, 09:00 AM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 448
Posted By Sergeichik
Rename Outlook menu controls

How can I rename menu items in 'new Appointment window' of Outlook by C++ ?
Forum: Add-ins for Outlook November 26th 08, 08:56 AM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 493
Posted By Sergeichik
Outlook address book view details

How can I setup Outlook address book for viewing all contacts, not only those
who have e-mail addresses ?
(need for dialog function IAddrBook::Address)
Forum: Add-ins for Outlook November 26th 08, 08:53 AM Posted to microsoft.public.outlook.program_addins
Replies: 5
Views: 740
Posted By Sergeichik
LDAP access

I'm trying to read AD(Active directory) content from Outlook addin (C++,
MAPI) by the following way:
(AD's in Outlook are represented by LDAP, and neither I nor plugin don't
know their logins or...
Forum: Outlook - General Queries November 25th 08, 06:18 PM Posted to microsoft.public.outlook
Replies: 3
Views: 457
Posted By Sergeichik
LDAP access from Outlook addin

I'm trying to read AD(Active directory) contence from Outlook addin (C++,
MAPI) by the following way:
(AD's in Outlook are represented by LDAP, and neither I nor plugin don't
know their logins or...
Showing results 1 to 21 of 21

 
Forum Jump

All times are GMT +1. The time now is 11:44 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.