ContactItemType.EmailAddresses Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The EmailAddresses property gets or sets an array of type EmailAddressDictionaryEntryType that contains e-mail addresses that are associated with a contact.
public:
property cli::array <ExchangeWebServices::EmailAddressDictionaryEntryType ^> ^ EmailAddresses { cli::array <ExchangeWebServices::EmailAddressDictionaryEntryType ^> ^ get(); void set(cli::array <ExchangeWebServices::EmailAddressDictionaryEntryType ^> ^ value); };
public ExchangeWebServices.EmailAddressDictionaryEntryType[] EmailAddresses { get; set; }
Public Property EmailAddresses As EmailAddressDictionaryEntryType()
Property Value
The EmailAddresses property returns an array of type EmailAddressDictionaryEntryType that contains e-mail addresses that are associated with a contact.