SetFlagForRecipients
Contents
[
Hide
]SetFlagForRecipients (1 of 2)
Sets the flag for a draft message to remind recipients to follow-up.
Returns: static void Aspose::Email::Mapi::
SetFlagForRecipients(System::SharedPtr < MapiMessageItemBase > message, System::String flagRequest)
| Parameter | Description |
|---|---|
| message | The MapiMessageItemBase in which a flag will be set. |
| flagRequest | A string indicating the requested action action for recipients of an e-mail message. |
SetFlagForRecipients (2 of 2)
Sets the flag for a draft message to remind recipients to follow-up.
Returns: static void Aspose::Email::Mapi::
SetFlagForRecipients(System::SharedPtr < MapiMessageItemBase > message, System::String flagRequest, System::DateTime reminderTime)
| Parameter | Description |
|---|---|
| message | The MapiMessageItemBase in which a flag will be set. |
| flagRequest | A string indicating the requested action action for recipients of an e-mail message. |
| reminderTime | A date indicating the date and time at which the reminder should occur. |