Represents options for using follow-up flags and reminders in a message. More...
Inherits Object.
Public Member Functions | |
System::String | get_FlagRequest () const |
Gets a string indicating the requested action for an e-mail message. More... | |
void | set_FlagRequest (System::String value) |
Sets a string indicating the requested action for an e-mail message. More... | |
System::DateTime | get_StartDate () const |
Gets a date specifying the starting date and time for the flagged message. More... | |
void | set_StartDate (System::DateTime value) |
Sets a date specifying the starting date and time for the flagged message. More... | |
System::DateTime | get_DueDate () const |
Gets a date indicating the due date for the flagged message. More... | |
void | set_DueDate (System::DateTime value) |
Sets a date indicating the due date for the flagged message. More... | |
System::DateTime | get_ReminderTime () const |
Gets a date indicating the date and time at which the reminder should occur. More... | |
void | set_ReminderTime (System::DateTime value) |
Sets a date indicating the date and time at which the reminder should occur. More... | |
System::String | get_RecipientsFlagRequest () const |
Gets a string indicating the requested action for recipients of an e-mail message. More... | |
void | set_RecipientsFlagRequest (System::String value) |
Sets a string indicating the requested action for recipients of an e-mail message. More... | |
System::DateTime | get_RecipientsReminderTime () const |
Gets a date for recipients indicating the date and time at which the reminder should occur. More... | |
void | set_RecipientsReminderTime (System::DateTime value) |
Sets a date for recipients indicating the date and time at which the reminder should occur. More... | |
bool | get_IsCompleted () const |
Gets a value indicating whether the Message object was flagged as completed. More... | |
System::String | get_Categories () const |
Gets string that represents list of the categories, separated by semicolons (;). More... | |
void | set_Categories (System::String value) |
Sets string that represents list of the categories, separated by semicolons (;). More... | |
System::String | get_VotingButtons () const |
Gets string that represents list of the voting buttons names, separated by semicolons (;). More... | |
void | set_VotingButtons (System::String value) |
Sets string that represents list of the voting buttons names, separated by semicolons (;). More... | |
int32_t | get_CodePage () const |
Gets the code page. More... | |
void | set_CodePage (int32_t value) |
Sets the code page. More... | |
FollowUpOptions () | |
Initializes a new instance of the FollowUpOptions class. More... | |
FollowUpOptions (System::String flagRequest) | |
Initializes a new instance of the FollowUpOptions class. More... | |
FollowUpOptions (System::String flagRequest, System::DateTime startDate, System::DateTime dueDate) | |
Initializes a new instance of the FollowUpOptions class. More... | |
FollowUpOptions (System::String flagRequest, System::DateTime startDate, System::DateTime dueDate, System::DateTime reminderTime) | |
Initializes a new instance of the FollowUpOptions class. More... | |
void | MarkAsCompleted (bool value) |
Marks as completed. More... | |
System::ArrayPtr< uint8_t > | CreatePidLidVerbStream () |
Creates the pidlidverbstream data. More... | |
void | ReadVotingButtons (System::ArrayPtr< uint8_t > verbStreamData) |
Reads the voting buttons. More... | |
void | ReadSwappedToDoData (System::ArrayPtr< uint8_t > data) |
Reads the swapped to do data. More... | |
System::SharedPtr< MapiProperty > | CreateSwappedToDoDataProperty (uint32_t flags) |
Creates the swappedtododata property. More... | |
System::ArrayPtr< uint8_t > | CreateSwappedToDoData (uint32_t flags) |
Sets the swapped todo data. More... | |
System::ArrayPtr< uint8_t > | CreateVoteOptionStructure (System::String displayName, int32_t optionId) |
Creates the vote option structure. More... | |
System::ArrayPtr< uint8_t > | CreateVoteOptionExtrasStructure (System::String displayName) |
Creates the vote option extras structure. More... | |
uint32_t | GetIdentifier (int64_t tag) |
Gets the property identifier. More... | |
uint32_t | GetDataType (int64_t tag) |
Gets the type of the property data. More... | |
System::String | FormatDate (System::DateTime date) |
Formats the date. More... | |
Represents options for using follow-up flags and reminders in a message.
Aspose::Email::Mapi::FollowUpOptions::FollowUpOptions | ( | ) |
Initializes a new instance of the FollowUpOptions class.
Aspose::Email::Mapi::FollowUpOptions::FollowUpOptions | ( | System::String | flagRequest | ) |
Initializes a new instance of the FollowUpOptions class.
flagRequest | The flag request. |
Aspose::Email::Mapi::FollowUpOptions::FollowUpOptions | ( | System::String | flagRequest, |
System::DateTime | startDate, | ||
System::DateTime | dueDate | ||
) |
Initializes a new instance of the FollowUpOptions class.
flagRequest | The flag request. |
startDate | The start Date. |
dueDate | The due Date. |
Aspose::Email::Mapi::FollowUpOptions::FollowUpOptions | ( | System::String | flagRequest, |
System::DateTime | startDate, | ||
System::DateTime | dueDate, | ||
System::DateTime | reminderTime | ||
) |
Initializes a new instance of the FollowUpOptions class.
flagRequest | The flag request. |
startDate | The start date. |
dueDate | The due date. |
reminderTime | The reminder time. |
System::ArrayPtr<uint8_t> Aspose::Email::Mapi::FollowUpOptions::CreatePidLidVerbStream | ( | ) |
Creates the pidlidverbstream data.
System::ArrayPtr<uint8_t> Aspose::Email::Mapi::FollowUpOptions::CreateSwappedToDoData | ( | uint32_t | flags | ) |
Sets the swapped todo data.
flags | The flags. |
System::SharedPtr<MapiProperty> Aspose::Email::Mapi::FollowUpOptions::CreateSwappedToDoDataProperty | ( | uint32_t | flags | ) |
Creates the swappedtododata property.
flags | The flags. |
System::ArrayPtr<uint8_t> Aspose::Email::Mapi::FollowUpOptions::CreateVoteOptionExtrasStructure | ( | System::String | displayName | ) |
Creates the vote option extras structure.
displayName | The display name. |
System::ArrayPtr<uint8_t> Aspose::Email::Mapi::FollowUpOptions::CreateVoteOptionStructure | ( | System::String | displayName, |
int32_t | optionId | ||
) |
Creates the vote option structure.
displayName | The display name. |
optionId | The option id. |
System::String Aspose::Email::Mapi::FollowUpOptions::FormatDate | ( | System::DateTime | date | ) |
Formats the date.
date | The date. |
System::String Aspose::Email::Mapi::FollowUpOptions::get_Categories | ( | ) | const |
Gets string that represents list of the categories, separated by semicolons (;).
int32_t Aspose::Email::Mapi::FollowUpOptions::get_CodePage | ( | ) | const |
Gets the code page.
System::DateTime Aspose::Email::Mapi::FollowUpOptions::get_DueDate | ( | ) | const |
Gets a date indicating the due date for the flagged message.
System::String Aspose::Email::Mapi::FollowUpOptions::get_FlagRequest | ( | ) | const |
Gets a string indicating the requested action for an e-mail message.
bool Aspose::Email::Mapi::FollowUpOptions::get_IsCompleted | ( | ) | const |
Gets a value indicating whether the Message object was flagged as completed.
System::String Aspose::Email::Mapi::FollowUpOptions::get_RecipientsFlagRequest | ( | ) | const |
Gets a string indicating the requested action for recipients of an e-mail message.
System::DateTime Aspose::Email::Mapi::FollowUpOptions::get_RecipientsReminderTime | ( | ) | const |
Gets a date for recipients indicating the date and time at which the reminder should occur.
System::DateTime Aspose::Email::Mapi::FollowUpOptions::get_ReminderTime | ( | ) | const |
Gets a date indicating the date and time at which the reminder should occur.
System::DateTime Aspose::Email::Mapi::FollowUpOptions::get_StartDate | ( | ) | const |
Gets a date specifying the starting date and time for the flagged message.
System::String Aspose::Email::Mapi::FollowUpOptions::get_VotingButtons | ( | ) | const |
Gets string that represents list of the voting buttons names, separated by semicolons (;).
uint32_t Aspose::Email::Mapi::FollowUpOptions::GetDataType | ( | int64_t | tag | ) |
Gets the type of the property data.
tag | The tag. |
uint32_t Aspose::Email::Mapi::FollowUpOptions::GetIdentifier | ( | int64_t | tag | ) |
Gets the property identifier.
tag | The property tag. |
void Aspose::Email::Mapi::FollowUpOptions::MarkAsCompleted | ( | bool | value | ) |
Marks as completed.
value | The value. |
void Aspose::Email::Mapi::FollowUpOptions::ReadSwappedToDoData | ( | System::ArrayPtr< uint8_t > | data | ) |
Reads the swapped to do data.
data | The swapped to do data. |
void Aspose::Email::Mapi::FollowUpOptions::ReadVotingButtons | ( | System::ArrayPtr< uint8_t > | verbStreamData | ) |
Reads the voting buttons.
verbStreamData | The verb stream data. |
void Aspose::Email::Mapi::FollowUpOptions::set_Categories | ( | System::String | value | ) |
Sets string that represents list of the categories, separated by semicolons (;).
void Aspose::Email::Mapi::FollowUpOptions::set_CodePage | ( | int32_t | value | ) |
Sets the code page.
void Aspose::Email::Mapi::FollowUpOptions::set_DueDate | ( | System::DateTime | value | ) |
Sets a date indicating the due date for the flagged message.
void Aspose::Email::Mapi::FollowUpOptions::set_FlagRequest | ( | System::String | value | ) |
Sets a string indicating the requested action for an e-mail message.
void Aspose::Email::Mapi::FollowUpOptions::set_RecipientsFlagRequest | ( | System::String | value | ) |
Sets a string indicating the requested action for recipients of an e-mail message.
void Aspose::Email::Mapi::FollowUpOptions::set_RecipientsReminderTime | ( | System::DateTime | value | ) |
Sets a date for recipients indicating the date and time at which the reminder should occur.
void Aspose::Email::Mapi::FollowUpOptions::set_ReminderTime | ( | System::DateTime | value | ) |
Sets a date indicating the date and time at which the reminder should occur.
void Aspose::Email::Mapi::FollowUpOptions::set_StartDate | ( | System::DateTime | value | ) |
Sets a date specifying the starting date and time for the flagged message.
void Aspose::Email::Mapi::FollowUpOptions::set_VotingButtons | ( | System::String | value | ) |
Sets string that represents list of the voting buttons names, separated by semicolons (;).
|
friend |
|
friend |
|
friend |