AlternateId(IdFormat, String, String, Boolean) - конструктор
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public AlternateId(
IdFormat format,
string id,
string mailbox,
bool isArchive
)
Public Sub New (
format As IdFormat,
id As String,
mailbox As String,
isArchive As Boolean
)
public:
AlternateId(
IdFormat format,
String^ id,
String^ mailbox,
bool isArchive
)
new :
format : IdFormat *
id : string *
mailbox : string *
isArchive : bool -> AlternateId
Параметры
- format IdFormat
- The format the Id is expressed in.
- id String
- The Id.
- mailbox String
- The SMTP address of the mailbox that the Id belongs to.
- isArchive Boolean
- Primary (false) or archive (true) mailbox.