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