AlternateId 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
AlternateId() |
初始化 类的新实例 AlternateId 。 |
AlternateId(IdFormat, String, String) |
使用提供的格式、标识符和邮箱 SMTP 地址初始化 类的新实例 AlternateId 。 |
AlternateId(IdFormat, String, String, Boolean) |
使用提供的格式、标识符、邮箱 SMTP 地址和存档标识符标志初始化 类的新实例 AlternateId 。 |
AlternateId()
AlternateId(IdFormat, String, String)
使用提供的格式、标识符和邮箱 SMTP 地址初始化 类的新实例 AlternateId 。
public:
AlternateId(Microsoft::Exchange::WebServices::Data::IdFormat format, System::String ^ id, System::String ^ mailbox);
public AlternateId (Microsoft.Exchange.WebServices.Data.IdFormat format, string id, string mailbox);
Public Sub New (format As IdFormat, id As String, mailbox As String)
参数
- format
- IdFormat
要转换的标识符的标识符格式。
- id
- String
要转换的标识符。
- mailbox
- String
包含要转换的标识符的邮箱的 SMTP 地址。
适用于
AlternateId(IdFormat, String, String, Boolean)
使用提供的格式、标识符、邮箱 SMTP 地址和存档标识符标志初始化 类的新实例 AlternateId 。
public:
AlternateId(Microsoft::Exchange::WebServices::Data::IdFormat format, System::String ^ id, System::String ^ mailbox, bool isArchive);
public AlternateId (Microsoft.Exchange.WebServices.Data.IdFormat format, string id, string mailbox, bool isArchive);
Public Sub New (format As IdFormat, id As String, mailbox As String, isArchive As Boolean)
参数
- format
- IdFormat
要转换的标识符的标识符格式。
- id
- String
要转换的标识符。
- mailbox
- String
包含要转换的标识符的邮箱的 SMTP 地址。
- isArchive
- Boolean
指示标识符是否来自存档项的标志。
注解
此重载适用于从 Exchange Server 2010 Service Pack 1 (SP1) 开始面向 Microsoft Exchange Server 版本的客户端。