AttendeeCollectionAdd(String) - метод

Adds a attendee to the collection.

Definition

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

Параметры

smtpAddress  String
The SMTP address of the attendee.

Возвращаемое значение

Attendee
An Attendee instance initialized with the provided SMTP address.

См. также