EwsFolder Class |
Namespace: MailBee.EwsMail
The EwsFolder type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
FullName |
Gets the folder's full name.
| |
Id |
Gets the folder's ID object.
| |
NativeFolder |
Gets EWS Managed API object for this folder.
| |
ShortName |
Gets the folder's own name.
| |
Size |
Gets the total size of all items in the folder.
| |
TotalCount |
Gets the total number of all items in the folder.
| |
UnreadCount |
Gets the number of unread items in the folder.
|