ContactItemType.EmailAddresses Property

Definition

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.

Applies to