SetFlag

SetFlag (1 of 2)

Sets the follow-up flag for a message.

Returns: static void Aspose::Email::Mapi::

SetFlag(System::SharedPtr < MapiMessageItemBase > message, System::String flagRequest)
ParameterDescription
messageThe MapiMessageItemBase in which a flag will be set.
flagRequestA string indicating the requested action for an e-mail message.

SetFlag (2 of 2)

Sets the follow-up flag for a message.

Returns: static void Aspose::Email::Mapi::

SetFlag(System::SharedPtr < MapiMessageItemBase > message, System::String flagRequest, System::DateTime startDate, System::DateTime dueDate)
ParameterDescription
messageThe MapiMessageItemBase in which a flag will be set.
flagRequestA string indicating the requested action for an e-mail message.
startDateThe start date.
dueDateThe due date.