AttendeeInfo(String, MeetingAttendeeType, Boolean) - конструктор |
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: 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.
См. также