sairamchaitanya kota
sairamchaitanya kota

Reputation: 11

outlook contact Outlook.AddressEntry type as EX and SMTP

Existing code Outlook 2010 interop dll get

Dim f_objAddressEntry As Microsoft.Office.Interop.Outlook.AddressEntry

f_objAddressEntry.Type returns as "EX" for users within the domain.

Recently few users were moved to O365 and Outlook 2013. f_objAddressEntry.Type returns "SMTP". Because of this many outlook plug-ins apps functionalities failed.

Please suggest when TYPE will be "EX" or "SMTP".

Upvotes: 1

Views: 1033

Answers (1)

Dmitry Streblechenko
Dmitry Streblechenko

Reputation: 66306

The user must be in the same Exchange domain and be visible in your GAL container to be resolvable to an EX type address entry.

Upvotes: 1

Related Questions