GroupMember(String, String) - конструктор
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public GroupMember(
string name,
string smtpAddress
)
Public Sub New (
name As String,
smtpAddress As String
)
public:
GroupMember(
String^ name,
String^ smtpAddress
)
new :
name : string *
smtpAddress : string -> GroupMember
Параметры
- name String
- The name of the one-off member.
- smtpAddress String
- The SMTP address of the one-off member.