Attendee(String, String, String) - конструктор |
Initializes a new instance of the
Attendee class.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: SystemString
The name used to initialize the Attendee. - smtpAddress
- Тип: SystemString
The SMTP address used to initialize the Attendee. - routingType
- Тип: SystemString
The routing type used to initialize the Attendee.
См. также