View Single Post
  #2  
Old June 6th 06, 07:33 PM posted to microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default Outlook Account Management API

Yes, it is possible - it is just MS did not document the tag for the SMTP
address. It is 0x000C001F.
You can see it in OutlookSpy (click Misc | IOlkAccountManager).

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"Rom" wrote in message
...
Hi,
I'm trying to get some Outlook 11 (included in Office 2003) Account
informations with the Outlook Account Management API. I've downloaded a
sample sourcecode at
http://flygar.members.winisp.net/Acc...umAccounts.zip, And I've
modified it to get all IOlkAccount property, ie PROP_ACCT_ID,
PROP_ACCT_IS_EXCH, PROP_ACCT_NAME, PROP_ACCT_SEND_STAMP, PROP_ACCT_STAMP
and
PROP_ACCT_USER_DISPLAY_NAME.
The fact is that I can't get the smtp server address, information I need.
Thus, I wonder if it is possible with this API, and in the contrary case,
if
you know an API I can use to.

thanks for your replies and sorry for my probably poor english.

Romain Quéré





Ads