Attendee(String, String, String) - конструктор
Initializes a new instance of the
Attendee class.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public Attendee(
string name,
string smtpAddress,
string routingType
)
Public Sub New (
name As String,
smtpAddress As String,
routingType As String
)
public:
Attendee(
String^ name,
String^ smtpAddress,
String^ routingType
)
new :
name : string *
smtpAddress : string *
routingType : string -> Attendee
Параметры
- name String
- The name used to initialize the Attendee.
- smtpAddress String
- The SMTP address used to initialize the Attendee.
- routingType String
- The routing type used to initialize the Attendee.