Attendee - класс

Represents an attendee to a meeting.

Definition

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

Конструкторы

Attendee Initializes a new instance of the Attendee class.
Attendee(EmailAddress) Initializes a new instance of the Attendee class from an EmailAddress.
Attendee(String) Initializes a new instance of the Attendee class.
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)

Методы

EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates 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)

См. также