FolderId - класс |
Пространство имён: Tessa.Exchange.WebServices.Data
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 | (Переопределяет 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 | (Переопределяет ServiceIdToString.) |
Имя | Описание | |
---|---|---|
(String to FolderId) |
Defines an implicit conversion between string and FolderId.
| |
(WellKnownFolderName to FolderId) |
Defines an implicit conversion between WellKnownFolderName and FolderId.
|
Имя | Описание | |
---|---|---|
Get | (Определяется ComHelper.) | |
InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor.) | |
Invoke | (Определяется ComHelper.) | |
Set | (Определяется ComHelper.) |