ImAddressDictionaryItem - свойство
Gets or sets the Instant Messaging address at the specified key.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public string this[
ImAddressKey key
] { get; set; }
Public Default Property Item (
key As ImAddressKey
) As String
Get
Set
public:
property String^ default[ImAddressKey key] {
String^ get (ImAddressKey key);
void set (ImAddressKey key, String^ value);
}
member Item : string with get, set
- key ImAddressKey
- The key of the Instant Messaging address to get or set.
StringThe Instant Messaging address at the specified key.