AttendeeCollectionAdd(String, 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 name,
	string smtpAddress
)

Параметры

name  String
The name of the attendee.
smtpAddress  String
The SMTP address of the attendee.

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

Attendee
An Attendee instance initialized with the provided name and SMTP address.

См. также