FolderWrapper class
- Inheritance
-
- Object
- AbstractFolderIdWrapper
- FolderWrapper
Constructors
- FolderWrapper(Folder folder)
- Initializes a new instance of FolderWrapper.
Properties
Methods
-
GetFolder(
) → Folder? -
Obtains the Folder object associated with the wrapper.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
Validate(
ExchangeVersion version) → void -
Validates folderId against specified version.
inherited
-
WriteToXml(
EwsServiceXmlWriter writer) → void -
Writes the Id encapsulated in the wrapper to XML.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited