EWS service to which this object belongs.
Gets or sets the archive tag.
Gets or sets the archive tag.
Gets the number of child folders this folder has.
Gets or sets the display name of the folder.
Gets or sets the display name of the folder.
Gets a value indicating the effective rights the current authenticated user has on the folder.
Gets a list of extended properties associated with the folder. Unstable Need testing
Gets or sets the custom class name of this folder.
Gets or sets the custom class name of this folder.
Gets the Id of the folder.
Gets a value indicating whether the object has been modified and should be saved.
Indicates whether this object is a real store item, or if it's a local object that has yet to be saved.
Gets the Email Lifecycle Management (ELC) information associated with the folder.
Gets the Id of this folder's parent folder.
Gets a list of permissions for the folder.
The property bag holding property values for this object.
Gets the schema associated with this type of object.
Gets the ExchangeService the object is bound to.
Gets the ExchangeService the object is bound to.
Gets the total number of items contained in the folder.
Gets the number of unread items in the folder.
Gets the well known name of this folder, if any. value - The well known name of this folder, or null if this folder isn't a well known folder.
Gets the well known name of this folder, if any, as a string. value - The well known name of this folder as a string, or null if this folder isn't a well known folder.
_FolderTYpe -> type of folder, use to avoid folder type detection using instanceof. some cases it has circular loop in nodejs/requirejs
Triggers dispatch of the change event.
Clears the object's change log.
Copies this folder into the specified folder. Calling this method results in a call to EWS.
The name of the folder in which to copy this folder.
A Folder representing the copy of this folder :Promise.
Copies this folder into a specific folder. Calling this method results in a call to EWS.
The Id of the folder in which to copy this folder.
A Folder representing the copy of this folder :Promise.
Deletes the folder. Calling this method results in a call to EWS.
Deletion mode.
Empties the folder. Calling this method results in a call to EWS.
The deletion mode.
Indicates whether sub-folders should also be deleted.
Obtains a list of folders by searching the sub-folders of this folder. Calling this method results in a call to EWS.
The view controlling the number of folders returned.
An object representing the results of the search operation :Promise.
Obtains a list of folders by searching the sub-folders of this folder. Calling this method results in a call to EWS.
The search filter. Available search filter classes include SearchFilter.IsEqualTo, SearchFilter.ContainsSubstring and SearchFilter.SearchFilterCollection
The view controlling the number of folders returned.
An object representing the results of the search operation :Promise.
Obtains a list of items by searching the contents of this folder. Calling this method results in a call to EWS.
The view controlling the number of items returned.
An object representing the results of the search operation :Promise.
Obtains a grouped list of items by searching the contents of this folder. Calling this method results in a call to EWS.
The view controlling the number of items returned.
The grouping criteria.
A collection of grouped items representing the contents of this folder :Promise.
Obtains a list of items by searching the contents of this folder. Calling this method results in a call to EWS.
query string to be used for indexed search
The view controlling the number of items returned.
An object representing the results of the search operation :Promise.
Obtains a list of items by searching the contents of this folder. Calling this method results in a call to EWS.
The search filter. Available search filter classes include SearchFilter.IsEqualTo, SearchFilter.ContainsSubstring and SearchFilter.SearchFilterCollection
The view controlling the number of items returned.
An object representing the results of the search operation :Promise.
Obtains a grouped list of items by searching the contents of this folder. Calling this method results in a call to EWS.
Query string to be used for indexed search
The view controlling the number of items returned.
The grouping criteria.
A collection of grouped items representing the contents of this folder :Promise.
Obtains a grouped list of items by searching the contents of this folder. Calling this method results in a call to EWS.
The search filter. Available search filter classes include SearchFilter.IsEqualTo, SearchFilter.ContainsSubstring and SearchFilter.SearchFilterCollection
The view controlling the number of items returned.
The grouping criteria.
A collection of grouped items representing the contents of this folder :Promise.
XML element name,
XML element name,
Extended properties collection.
The unique Id of this object.
A ServiceId instance..
A PropertyDefinition instance.
Determines whether properties defined with ScopedDateTimePropertyDefinition require custom time zone scoping.
true if this item type requires custom scoping for scoped date/time properties; otherwise, false.
Gets a value indicating whether a time zone SOAP header should be emitted in a CreateItem or UpdateItem request so this item can be property saved or updated.
Indicates whether the operation being petrformed is an update operation.
true if a time zone SOAP header should be emitted; otherwise, false.
Gets the collection of loaded property definitions.
Collection of property definitions.
Earliest Exchange version in which this service object type is supported.
The schema associated with this type of object.
XML element name,
name of elelment
This methods lets subclasses of ServiceObject override the default mechanism by which the XML element name associated with their type is retrieved.
The XML element name associated with this type. If this method returns null or empty, the XML element name associated with this type is determined by the EwsObjectDefinition attribute that decorates the type, if present.
The deletion mode.
Indicates whether meeting cancellation messages should be sent.
Indicate which occurrence of a recurring task should be deleted.
Query string to be used for indexed search
The view controlling the number of items returned.
The group by.
FindItems response collection :Promise.
The search filter. Available search filter classes include SearchFilter.IsEqualTo, SearchFilter.ContainsSubstring and SearchFilter.SearchFilterCollection
The view controlling the number of items returned.
The group by.
FindItems response collection :Promise.
The properties to load.
Loads the first class properties. Calling this method results in a call to EWS.
Loads the specified set of properties. Calling this method results in a call to EWS.
The properties to load.
Loads service object from XML.
Jason Object converted from XML.
The service.
if set to true [clear property bag].
The property set.
if set to true [summary props only].
Marks all items in folder as read. Calling this method results in a call to EWS.
If true, suppress sending read receipts for items.
Marks all items in folder as read. Calling this method results in a call to EWS.
If true, suppress sending read receipts for items.
Moves this folder to the specified folder. Calling this method results in a call to EWS.
The name of the folder in which to move this folder.
A new folder representing this folder in its new location. After Move completes, this folder does not exist anymore :Promise.
Moves this folder to a specific folder. Calling this method results in a call to EWS.
The Id of the folder in which to move this folder.
A new folder representing this folder in its new location. After Move completes, this folder does not exist anymore :Promise.
Removes an extended property.
The extended property definition.
True if property was removed.
Saves this folder in a specific folder. Calling this method results in a call to EWS.
The name of the folder in which to save this folder.
Saves this folder in a specific folder. Calling this method results in a call to EWS.
The Id of the folder in which to save this folder.
Sets the extended property.
The extended property definition.
The value.
Throws exception if this is a new service object.
Throws exception if this is not a new service object.
Try to get the value of a specified extended property in this instance.
The property definition.
The property value.
True if property retrieved, false otherwise.
Try to get the value of a specified property in this instance.
The property definition.
The property value.
True if property retrieved, false otherwise.
Applies the local changes that have been made to this folder. Calling this method results in a call to EWS.
Writes service object as XML.
The writer.
Writes service object for update as XML.
The writer.
Gets the value of specified property in this instance. This Indexer of c#
Definition of the property to get.
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.
The service to use to bind to the folder.
The Id of the folder to bind to.
A Folder instance representing the folder corresponding to the specified Id :Promise.
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.
The service to use to bind to the folder.
The name of the folder to bind to.
A Folder instance representing the folder corresponding to the specified name :Promise.
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.
The service to use to bind to the folder.
The Id of the folder to bind to.
The set of properties to load.
A Folder instance representing the folder corresponding to the specified Id :Promise.
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.
The service to use to bind to the folder.
The name of the folder to bind to.
The set of properties to load.
A Folder instance representing the folder corresponding to the specified name :Promise.
Generated using TypeDoc
Initializes an unsaved local instance of . To bind to an existing folder, use Folder.Bind() instead.