ContactItemType.EmailAddresses Property
The EmailAddresses property gets or sets an array of type EmailAddressDictionaryEntryType that contains e-mail addresses that are associated with a contact.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property EmailAddresses As EmailAddressDictionaryEntryType()
Get
Set
'Usage
Dim instance As ContactItemType
Dim value As EmailAddressDictionaryEntryType()
value = instance.EmailAddresses
instance.EmailAddresses = value
public EmailAddressDictionaryEntryType[] EmailAddresses { get; set; }
Property Value
Type: []
The EmailAddresses property returns an array of type EmailAddressDictionaryEntryType that contains e-mail addresses that are associated with a contact.
See Also