Для изменения размера нажмите или перетащите

AttendeeInfo(String, MeetingAttendeeType, Boolean) - конструктор

Initializes a new instance of the AttendeeInfo class.

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public AttendeeInfo(
	string smtpAddress,
	MeetingAttendeeType attendeeType,
	bool excludeConflicts
)

Параметры

smtpAddress
Тип: SystemString
The SMTP address of the attendee.
attendeeType
Тип: Tessa.Exchange.WebServices.DataMeetingAttendeeType
The yype of the attendee.
excludeConflicts
Тип: SystemBoolean
Indicates whether times when this attendee is not available should be returned.
См. также