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

FolderId - класс

Represents the Id of a folder.
Иерархия наследования

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

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

Конструкторы
  ИмяОписание
Открытый методFolderId(String)
Initializes a new instance of the FolderId class. Use this constructor to link this FolderId to an existing folder that you have the unique Id of.
Открытый методFolderId(WellKnownFolderName)
Initializes a new instance of the FolderId class. Use this constructor to link this FolderId to a well known folder (e.g. Inbox, Calendar or Contacts).
Открытый методFolderId(WellKnownFolderName, Mailbox)
Initializes a new instance of the FolderId class. Use this constructor to link this FolderId to a well known folder (e.g. Inbox, Calendar or Contacts) in a specific mailbox.
В начало страницы
Свойства
  ИмяОписание
Открытое свойствоChangeKey
Gets the change key associated with the Exchange object. The change key represents the the version of the associated item or folder.
(Унаследован от ServiceId.)
Открытое свойствоFolderName
Gets the name of the folder associated with the folder Id. Name and Id are mutually exclusive; if one is set, the other is null.
Открытое свойствоMailbox
Gets the mailbox of the folder. Mailbox is only set when FolderName is set.
Открытое свойствоUniqueId
Gets the unique Id of the Exchange object.
(Унаследован от ServiceId.)
В начало страницы
Методы
  ИмяОписание
Открытый методEquals
Determines whether the specified Object is equal to the current Object.
(Переопределяет ServiceIdEquals(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 a hash function for a particular type.
(Переопределяет ServiceIdGetHashCode.)
Открытый методGetType
Gets the Type of the current instance.
(Унаследован от Object.)
Защищённый методMemberwiseClone
Creates a shallow copy of the current Object.
(Унаследован от Object.)
Открытый методSameIdAndChangeKey
Determines whether two ServiceId instances are equal (including ChangeKeys)
(Унаследован от ServiceId.)
Открытый методToString
Returns a String that represents the current Object.
(Переопределяет ServiceIdToString.)
В начало страницы
Операторы
Методы расширения
  ИмяОписание
Открытый метод расширенияGet (Определяется ComHelper.)
Открытый метод расширенияInternalMarkerCanvas
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor.)
Открытый метод расширенияInvoke (Определяется ComHelper.)
Открытый метод расширенияSet (Определяется ComHelper.)
В начало страницы
См. также