SetFlagForRecipients

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)
ParameterDescription
messageThe MapiMessageItemBase in which a flag will be set.
flagRequestA 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)
ParameterDescription
messageThe MapiMessageItemBase in which a flag will be set.
flagRequestA string indicating the requested action action for recipients of an e-mail message.
reminderTimeA date indicating the date and time at which the reminder should occur.