Provides information about an MS Exchange folder. More...
Inherits Object.
Public Member Functions | |
int32_t | get_Size () const |
Contains the size, in bytes, consumed by the Message object on the server. More... | |
void | set_Size (int32_t value) |
Contains the size, in bytes, consumed by the Message object on the server. More... | |
bool | get_Hidden () const |
Gets value which indicates if folder is hidden More... | |
void | set_Hidden (bool value) |
Gets value which indicates if folder is hidden More... | |
ExchangeFolderType | get_FolderType () const |
Gets the folder type for a given folder. More... | |
void | set_FolderType (ExchangeFolderType value) |
Gets the folder type for a given folder. More... | |
System::String | get_FolderClass () const |
Gets the folder class for a given folder. More... | |
void | set_FolderClass (System::String value) |
Gets the folder class for a given folder. More... | |
System::String | get_DisplayName () const |
Display name of folder More... | |
void | set_DisplayName (System::String value) |
Display name of folder More... | |
int32_t | get_ChildFolderCount () const |
Count of child folders More... | |
void | set_ChildFolderCount (int32_t value) |
Count of child folders More... | |
int32_t | get_TotalCount () const |
Gets the total count of items. More... | |
void | set_TotalCount (int32_t value) |
Gets the total count of items. More... | |
int32_t | get_UnreadCount () const |
Gets the count of unread items. More... | |
void | set_UnreadCount (int32_t value) |
Gets the count of unread items. More... | |
System::String | get_Uri () const |
Folder Uri More... | |
void | set_Uri (System::String value) |
Folder Uri More... | |
System::String | get_ParentUri () const |
Parent folder uri More... | |
void | set_ParentUri (System::String value) |
Parent folder uri More... | |
ExchangeFolderInfo () | |
Initializes a new instance of the ExchangeFolderInfo class More... | |
System::String | ToString () const override |
Returns a String which represents the object instance. More... | |
Provides information about an MS Exchange folder.
Aspose::Email::Clients::Exchange::ExchangeFolderInfo::ExchangeFolderInfo | ( | ) |
Initializes a new instance of the ExchangeFolderInfo class
int32_t Aspose::Email::Clients::Exchange::ExchangeFolderInfo::get_ChildFolderCount | ( | ) | const |
Count of child folders
System::String Aspose::Email::Clients::Exchange::ExchangeFolderInfo::get_DisplayName | ( | ) | const |
Display name of folder
System::String Aspose::Email::Clients::Exchange::ExchangeFolderInfo::get_FolderClass | ( | ) | const |
Gets the folder class for a given folder.
ExchangeFolderType Aspose::Email::Clients::Exchange::ExchangeFolderInfo::get_FolderType | ( | ) | const |
Gets the folder type for a given folder.
bool Aspose::Email::Clients::Exchange::ExchangeFolderInfo::get_Hidden | ( | ) | const |
Gets value which indicates if folder is hidden
System::String Aspose::Email::Clients::Exchange::ExchangeFolderInfo::get_ParentUri | ( | ) | const |
Parent folder uri
int32_t Aspose::Email::Clients::Exchange::ExchangeFolderInfo::get_Size | ( | ) | const |
Contains the size, in bytes, consumed by the Message object on the server.
int32_t Aspose::Email::Clients::Exchange::ExchangeFolderInfo::get_TotalCount | ( | ) | const |
Gets the total count of items.
The total count.
int32_t Aspose::Email::Clients::Exchange::ExchangeFolderInfo::get_UnreadCount | ( | ) | const |
Gets the count of unread items.
The unread items count.
System::String Aspose::Email::Clients::Exchange::ExchangeFolderInfo::get_Uri | ( | ) | const |
Folder Uri
void Aspose::Email::Clients::Exchange::ExchangeFolderInfo::set_ChildFolderCount | ( | int32_t | value | ) |
Count of child folders
void Aspose::Email::Clients::Exchange::ExchangeFolderInfo::set_DisplayName | ( | System::String | value | ) |
Display name of folder
void Aspose::Email::Clients::Exchange::ExchangeFolderInfo::set_FolderClass | ( | System::String | value | ) |
Gets the folder class for a given folder.
void Aspose::Email::Clients::Exchange::ExchangeFolderInfo::set_FolderType | ( | ExchangeFolderType | value | ) |
Gets the folder type for a given folder.
void Aspose::Email::Clients::Exchange::ExchangeFolderInfo::set_Hidden | ( | bool | value | ) |
Gets value which indicates if folder is hidden
void Aspose::Email::Clients::Exchange::ExchangeFolderInfo::set_ParentUri | ( | System::String | value | ) |
Parent folder uri
void Aspose::Email::Clients::Exchange::ExchangeFolderInfo::set_Size | ( | int32_t | value | ) |
Contains the size, in bytes, consumed by the Message object on the server.
void Aspose::Email::Clients::Exchange::ExchangeFolderInfo::set_TotalCount | ( | int32_t | value | ) |
Gets the total count of items.
The total count.
void Aspose::Email::Clients::Exchange::ExchangeFolderInfo::set_UnreadCount | ( | int32_t | value | ) |
Gets the count of unread items.
The unread items count.
void Aspose::Email::Clients::Exchange::ExchangeFolderInfo::set_Uri | ( | System::String | value | ) |
Folder Uri
|
override |
Returns a String which represents the object instance.
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |