Share via


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
<XmlArrayItemAttribute("Entry", IsNullable:=False)> _
Public Property ImAddresses As ImAddressDictionaryEntryType()
[XmlArrayItemAttribute("Entry", IsNullable=false)] 
public ImAddressDictionaryEntryType[] ImAddresses { get; set; }
[XmlArrayItemAttribute(L"Entry", IsNullable=false)] 
public:
property array<ImAddressDictionaryEntryType^>^ ImAddresses {
    array<ImAddressDictionaryEntryType^>^ get ();
    void set (array<ImAddressDictionaryEntryType^>^ value);
}
/** @property */
public ImAddressDictionaryEntryType[] get_ImAddresses ()

/** @property */
public void set_ImAddresses (ImAddressDictionaryEntryType[] value)
public function get ImAddresses () : ImAddressDictionaryEntryType[]

public function set ImAddresses (value : ImAddressDictionaryEntryType[])

Property Value

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)