ContactItemType.ImAddresses Property
The ImAddresses property gets or sets an array of type ImAddressDictionaryEntryType that contains instant messaging addresses for a contact.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ImAddresses As ImAddressDictionaryEntryType()
Get
Set
'Usage
Dim instance As ContactItemType
Dim value As ImAddressDictionaryEntryType()
value = instance.ImAddresses
instance.ImAddresses = value
public ImAddressDictionaryEntryType[] ImAddresses { get; set; }
Property Value
Type: []
The ImAddresses property returns an array of type ImAddressDictionaryEntryType that contains instant messaging addresses for a contact.
See Also