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

EmailAddress - класс

Represents an e-mail address.
Иерархия наследования

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

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

Конструкторы
  ИмяОписание
Открытый методEmailAddress
Initializes a new instance of the EmailAddress class.
Открытый методEmailAddress(String)
Initializes a new instance of the EmailAddress class.
Открытый методEmailAddress(String, String)
Initializes a new instance of the EmailAddress class.
Открытый методEmailAddress(String, String, String)
Initializes a new instance of the EmailAddress 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.
Открытое свойствоId
Gets or sets the Id of the contact the e-mail address represents. When Id is specified, Address should be set to null.
Открытое свойствоMailboxType
Gets or sets the type of the e-mail address.
Открытое свойствоName
Gets or sets the name associated with the e-mail address.
Открытое свойство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.
В начало страницы
Методы
  ИмяОписание
Открытый метод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.
(Переопределяет ObjectToString.)
В начало страницы
Операторы
  ИмяОписание
Открытый операторСтатический член(String to EmailAddress)
Defines an implicit conversion between a string representing an SMTP address and EmailAddress.
В начало страницы
Методы расширения
  ИмяОписание
Открытый метод расширенияGet (Определяется ComHelper.)
Открытый метод расширенияInternalMarkerCanvas
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor.)
Открытый метод расширенияInvoke (Определяется ComHelper.)
Открытый метод расширенияSet (Определяется ComHelper.)
В начало страницы
См. также