GroupMember(String, String, MailboxType) - конструктор
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
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 String
- The address of the member.
- routingType String
- The routing type of the address.
- mailboxType MailboxType
- The mailbox type of the member.