Forum: Add-ins for Outlook
December 15th 08, 12:08 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 7
Views: 687
|
Forum: Add-ins for Outlook
December 10th 08, 02:14 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 5
Views: 724
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
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
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
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
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
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
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
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
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
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
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
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
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
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
|
Forum: Add-ins for Outlook
November 26th 08, 09:05 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 536
|
Forum: Add-ins for Outlook
November 26th 08, 09:00 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 448
|
Forum: Add-ins for Outlook
November 26th 08, 08:56 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 493
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
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
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...
|