AttendeeInfo(String, MeetingAttendeeType, Boolean) - конструктор
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public AttendeeInfo(
string smtpAddress,
MeetingAttendeeType attendeeType,
bool excludeConflicts
)
Public Sub New (
smtpAddress As String,
attendeeType As MeetingAttendeeType,
excludeConflicts As Boolean
)
public:
AttendeeInfo(
String^ smtpAddress,
MeetingAttendeeType attendeeType,
bool excludeConflicts
)
new :
smtpAddress : string *
attendeeType : MeetingAttendeeType *
excludeConflicts : bool -> AttendeeInfo
Параметры
- 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.