ContactItemType.ImAddresses 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 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.