ImAddressDictionary 类

定义

表示即时消息 (即时消息) 地址字典。

public ref class ImAddressDictionary sealed : Microsoft::Exchange::WebServices::Data::DictionaryProperty<Microsoft::Exchange::WebServices::Data::ImAddressKey, Microsoft::Exchange::WebServices::Data::ImAddressEntry ^>
public sealed class ImAddressDictionary : Microsoft.Exchange.WebServices.Data.DictionaryProperty<Microsoft.Exchange.WebServices.Data.ImAddressKey,Microsoft.Exchange.WebServices.Data.ImAddressEntry>
Public NotInheritable Class ImAddressDictionary
Inherits DictionaryProperty(Of ImAddressKey, ImAddressEntry)
继承

构造函数

ImAddressDictionary()

初始化 ImAddressDictionary 类的新实例。

属性

Item[ImAddressKey]

获取或设置即时消息 (IM) 指定键处的地址。

方法

Contains(TKey)

确定此实例是否包含指定的键。

(继承自 DictionaryProperty<TKey,TEntry>)
TryGetValue(ImAddressKey, String)

尝试获取与指定密钥对应的即时消息 (IM) 地址。

适用于