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

Folder - класс

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

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

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

Конструкторы
  ИмяОписание
Открытый методFolder
Initializes an unsaved local instance of Folder. To bind to an existing folder, use Folder.Bind() instead.
В начало страницы
Свойства
  ИмяОписание
Открытое свойствоArchiveTag
Gets or sets the archive tag.
Открытое свойствоChildFolderCount
Gets the number of child folders this folder has.
Открытое свойствоDisplayName
Gets or sets the display name of the folder.
Открытое свойствоEffectiveRights
Gets a value indicating the effective rights the current authenticated user has on the folder.
Открытое свойствоExtendedProperties
Gets a list of extended properties associated with the folder.
Открытое свойствоFolderClass
Gets or sets the custom class name of this folder.
Открытое свойствоId
Gets the Id of the folder.
Открытое свойствоIsDirty
Gets a value indicating whether the object has been modified and should be saved.
(Унаследован от ServiceObject.)
Открытое свойствоIsNew
Indicates whether this object is a real store item, or if it's a local object that has yet to be saved.
(Унаследован от ServiceObject.)
Открытое свойствоItem
Gets the value of specified property in this instance.
(Унаследован от ServiceObject.)
Открытое свойствоManagedFolderInformation
Gets the Email Lifecycle Management (ELC) information associated with the folder.
Открытое свойствоParentFolderId
Gets the Id of this folder's parent folder.
Открытое свойствоPermissions
Gets a list of permissions for the folder.
Открытое свойствоPolicyTag
Gets or sets the policy tag.
Открытое свойствоSchema
Gets the schema associated with this type of object.
(Унаследован от ServiceObject.)
Открытое свойствоService
Gets the ExchangeService the object is bound to.
(Унаследован от ServiceObject.)
Открытое свойствоTotalCount
Gets the total number of items contained in the folder.
Открытое свойствоUnreadCount
Gets the number of unread items in the folder.
Открытое свойствоWellKnownFolderName
Gets the well known name of this folder, if any.
Открытое свойствоWellKnownFolderNameAsString
Gets the well known name of this folder, if any, as a string.
В начало страницы
Методы
  ИмяОписание
Открытый методСтатический членBind(ExchangeService, FolderId, CancellationToken)
Binds to an existing folder, whatever its actual type is, and loads its first class properties. Calling this method results in a call to EWS.
Открытый методСтатический членBind(ExchangeService, WellKnownFolderName, CancellationToken)
Binds to an existing folder, whatever its actual type is, and loads its first class properties. Calling this method results in a call to EWS.
Открытый методСтатический членBind(ExchangeService, FolderId, PropertySet, CancellationToken)
Binds to an existing folder, whatever its actual type is, and loads the specified set of properties. Calling this method results in a call to EWS.
Открытый методСтатический членBind(ExchangeService, WellKnownFolderName, PropertySet, CancellationToken)
Binds to an existing folder, whatever its actual type is, and loads the specified set of properties. Calling this method results in a call to EWS.
Открытый методCopy(WellKnownFolderName)
Copies this folder into the specified folder. Calling this method results in a call to EWS.
Открытый методCopy(FolderId, CancellationToken)
Copies this folder into a specific folder. Calling this method results in a call to EWS.
Открытый методDelete
Deletes the folder. Calling this method results in a call to EWS.
Открытый методEmpty
Empties the folder. Calling this method results in a call to EWS.
Открытый метод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.)
Открытый методFindFolders(FolderView)
Obtains a list of folders by searching the sub-folders of this folder. Calling this method results in a call to EWS.
Открытый методFindFolders(SearchFilter, FolderView)
Obtains a list of folders by searching the sub-folders of this folder. Calling this method results in a call to EWS.
Открытый методFindItems(ItemView, CancellationToken)
Obtains a list of items by searching the contents of this folder. Calling this method results in a call to EWS.
Открытый методFindItems(ItemView, Grouping)
Obtains a grouped list of items by searching the contents of this folder. Calling this method results in a call to EWS.
Открытый методFindItems(String, ItemView, CancellationToken)
Obtains a list of items by searching the contents of this folder. Calling this method results in a call to EWS.
Открытый методFindItems(SearchFilter, ItemView, CancellationToken)
Obtains a list of items by searching the contents of this folder. Calling this method results in a call to EWS.
Открытый методFindItems(String, ItemView, Grouping, CancellationToken)
Obtains a grouped list of items by searching the contents of this folder. Calling this method results in a call to EWS.
Открытый методFindItems(SearchFilter, ItemView, Grouping, CancellationToken)
Obtains a grouped list of items by searching the contents of this folder. Calling this method results in a call to EWS.
Открытый методGetHashCode
Serves as the default hash function.
(Унаследован от Object.)
Открытый методGetLoadedPropertyDefinitions
Gets the collection of loaded property definitions.
(Унаследован от ServiceObject.)
Открытый методGetType
Gets the Type of the current instance.
(Унаследован от Object.)
Открытый методLoad(CancellationToken)
Loads the first class properties. Calling this method results in a call to EWS.
(Унаследован от ServiceObject.)
Открытый методLoad(PropertySet, CancellationToken)
Loads the specified set of properties. Calling this method results in a call to EWS.
(Унаследован от ServiceObject.)
Открытый методMarkAllItemsAsRead
Marks all items in folder as read. Calling this method results in a call to EWS.
Открытый методMarkAllItemsAsUnread
Marks all items in folder as read. Calling this method results in a call to EWS.
Защищённый методMemberwiseClone
Creates a shallow copy of the current Object.
(Унаследован от Object.)
Открытый методMove(WellKnownFolderName)
Moves this folder to the specified folder. Calling this method results in a call to EWS.
Открытый методMove(FolderId, CancellationToken)
Moves this folder to a specific folder. Calling this method results in a call to EWS.
Открытый методRemoveExtendedProperty
Removes an extended property.
Открытый методSave(WellKnownFolderName)
Saves this folder in a specific folder. Calling this method results in a call to EWS.
Открытый методSave(FolderId, CancellationToken)
Saves this folder in a specific folder. Calling this method results in a call to EWS.
Открытый методSetExtendedProperty
Sets the extended property.
Открытый методToString
Returns a string that represents the current object.
(Унаследован от Object.)
Открытый методTryGetProperty(PropertyDefinitionBase, Object)
Try to get the value of a specified property in this instance.
(Унаследован от ServiceObject.)
Открытый методTryGetPropertyT(PropertyDefinitionBase, T)
Try to get the value of a specified property in this instance.
(Унаследован от ServiceObject.)
Открытый методUpdate
Applies the local changes that have been made to this folder. Calling this method results in a call to EWS.
В начало страницы
Методы расширения
  ИмяОписание
Открытый метод расширенияGet (Определяется ComHelper.)
Открытый метод расширенияInternalMarkerCanvas
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor.)
Открытый метод расширенияInvoke (Определяется ComHelper.)
Открытый метод расширенияSet (Определяется ComHelper.)
В начало страницы
См. также