SearchableMailbox(Guid, String, Boolean, String, String, Boolean, String) - конструктор |
Constructor
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public SearchableMailbox(
Guid guid,
string smtpAddress,
bool isExternalMailbox,
string externalEmailAddress,
string displayName,
bool isMembershipGroup,
string referenceId
)
Public Sub New (
guid As Guid,
smtpAddress As String,
isExternalMailbox As Boolean,
externalEmailAddress As String,
displayName As String,
isMembershipGroup As Boolean,
referenceId As String
)
public:
SearchableMailbox(
Guid guid,
String^ smtpAddress,
bool isExternalMailbox,
String^ externalEmailAddress,
String^ displayName,
bool isMembershipGroup,
String^ referenceId
)
new :
guid : Guid *
smtpAddress : string *
isExternalMailbox : bool *
externalEmailAddress : string *
displayName : string *
isMembershipGroup : bool *
referenceId : string -> SearchableMailbox
Параметры
- guid
- Тип: SystemGuid
Guid - smtpAddress
- Тип: SystemString
Smtp address - isExternalMailbox
- Тип: SystemBoolean
If true, this is an external mailbox - externalEmailAddress
- Тип: SystemString
External email address - displayName
- Тип: SystemString
Display name - isMembershipGroup
- Тип: SystemBoolean
Is a membership group - referenceId
- Тип: SystemString
Reference id
См. также