Defines parameters for item deletion More...
Inherits Object.
Inherited by Aspose::Email::Clients::Exchange::WebService::CalendarDeletionOptions.
Public Member Functions | |
| DeletionType | get_Type () const |
| Type of deletion More... | |
| void | set_Type (DeletionType value) |
| Type of deletion More... | |
| DeletionOptions () | |
| Initializes a new instance of the DeletionOptions class. More... | |
| DeletionOptions (DeletionType type) | |
| Initializes a new instance of the DeletionOptions class. More... | |
Static Public Member Functions | |
| static System::SharedPtr< DeletionOptions > | get_Default () |
| Gets instance of the DeletionOptions object with settings uses by default More... | |
| static System::SharedPtr< DeletionOptions > | get_DeletePermanently () |
| Gets instance of the DeletionOptions object with settings for permanent deletion More... | |
| static System::SharedPtr< DeletionOptions > | get_MoveToDeletedItems () |
| Gets instance of the DeletionOptions object with settings for moving to deleted items More... | |
Defines parameters for item deletion
| Aspose::Email::Clients::Exchange::WebService::DeletionOptions::DeletionOptions | ( | ) |
Initializes a new instance of the DeletionOptions class.
| Aspose::Email::Clients::Exchange::WebService::DeletionOptions::DeletionOptions | ( | DeletionType | type | ) |
Initializes a new instance of the DeletionOptions class.
| type | Type of deletion |
|
static |
Gets instance of the DeletionOptions object with settings uses by default
|
static |
Gets instance of the DeletionOptions object with settings for permanent deletion
|
static |
Gets instance of the DeletionOptions object with settings for moving to deleted items
| DeletionType Aspose::Email::Clients::Exchange::WebService::DeletionOptions::get_Type | ( | ) | const |
Type of deletion
| void Aspose::Email::Clients::Exchange::WebService::DeletionOptions::set_Type | ( | DeletionType | value | ) |
Type of deletion