Attendee(String, String) - конструктор

Initializes a new instance of the Attendee class.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public Attendee(
	string name,
	string smtpAddress
)

Параметры

name  String
The name used to initialize the Attendee.
smtpAddress  String
The SMTP address used to initialize the Attendee.

См. также