ImAddressDictionary 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示即时消息 (即时消息) 地址字典。
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) 地址。 |