ContactItemType.ImAddresses Property

Definition

The ImAddresses property gets or sets an array of type ImAddressDictionaryEntryType that contains instant messaging addresses for a contact.

public:
 property cli::array <ExchangeWebServices::ImAddressDictionaryEntryType ^> ^ ImAddresses { cli::array <ExchangeWebServices::ImAddressDictionaryEntryType ^> ^ get(); void set(cli::array <ExchangeWebServices::ImAddressDictionaryEntryType ^> ^ value); };
public ExchangeWebServices.ImAddressDictionaryEntryType[] ImAddresses { get; set; }
Public Property ImAddresses As ImAddressDictionaryEntryType()

Property Value

The ImAddresses property returns an array of type ImAddressDictionaryEntryType that contains instant messaging addresses for a contact.

Applies to