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

Initializes a new instance of the AttendeeInfo class.

Definition

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

Параметры

smtpAddress  String
The SMTP address of the attendee.
attendeeType  MeetingAttendeeType
The yype of the attendee.
excludeConflicts  Boolean
Indicates whether times when this attendee is not available should be returned.

См. также