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

Attendee - класс

Represents an attendee to a meeting.
Иерархия наследования

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public sealed class Attendee : EmailAddress

Тип Attendee предоставляет следующие члены.

Конструкторы
  ИмяОписание
Открытый методAttendee
Initializes a new instance of the Attendee class.
Открытый методAttendee(String)
Initializes a new instance of the Attendee class.
Открытый методAttendee(EmailAddress)
Initializes a new instance of the Attendee class from an EmailAddress.
Открытый методAttendee(String, String)
Initializes a new instance of the Attendee class.
Открытый методAttendee(String, String, String)
Initializes a new instance of the Attendee class.
В начало страницы
Свойства
  ИмяОписание
Открытое свойствоAddress
Gets or sets the actual address associated with the e-mail address. The type of the Address property must match the specified routing type. If RoutingType is not set, Address is assumed to be an SMTP address.
(Унаследован от EmailAddress.)
Открытое свойствоId
Gets or sets the Id of the contact the e-mail address represents. When Id is specified, Address should be set to null.
(Унаследован от EmailAddress.)
Открытое свойствоLastResponseTime
Gets the date and time when the attendee last responded to a meeting invitation or update.
Открытое свойствоMailboxType
Gets or sets the type of the e-mail address.
(Унаследован от EmailAddress.)
Открытое свойствоName
Gets or sets the name associated with the e-mail address.
(Унаследован от EmailAddress.)
Открытое свойствоResponseType
Gets the type of response the attendee gave to the meeting invitation it received.
Открытое свойствоRoutingType
Gets or sets the routing type associated with the e-mail address. If RoutingType is not set, Address is assumed to be an SMTP address.
(Унаследован от EmailAddress.)
В начало страницы
Методы
  ИмяОписание
Открытый методEquals
Determines whether the specified object is equal to the current object.
(Унаследован от Object.)
Защищённый методFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object.)
Открытый методGetHashCode
Serves as the default hash function.
(Унаследован от Object.)
Открытый методGetType
Gets the Type of the current instance.
(Унаследован от Object.)
Защищённый методMemberwiseClone
Creates a shallow copy of the current Object.
(Унаследован от Object.)
Открытый методToString
Returns a String that represents the current Object.
(Унаследован от EmailAddress.)
В начало страницы
Методы расширения
  ИмяОписание
Открытый метод расширенияGet (Определяется ComHelper.)
Открытый метод расширенияInternalMarkerCanvas
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor.)
Открытый метод расширенияInvoke (Определяется ComHelper.)
Открытый метод расширенияSet (Определяется ComHelper.)
В начало страницы
См. также