GroupMember(String, String, MailboxType) - конструктор |
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public GroupMember(
string address,
string routingType,
MailboxType mailboxType
)
Public Sub New (
address As String,
routingType As String,
mailboxType As MailboxType
)
public:
GroupMember(
String^ address,
String^ routingType,
MailboxType mailboxType
)
new :
address : string *
routingType : string *
mailboxType : MailboxType -> GroupMember
Параметры
- address
- Тип: SystemString
The address of the member. - routingType
- Тип: SystemString
The routing type of the address. - mailboxType
- Тип: Tessa.Exchange.WebServices.DataMailboxType
The mailbox type of the member.
См. также