FollowUpManager.SetFlagForRecipients

SetFlagForRecipients(MapiMessageItemBase, string)

Sets the flag for a draft message to remind recipients to follow-up.

public static void SetFlagForRecipients(MapiMessageItemBase message, string flagRequest)
ParameterTypeDescription
messageMapiMessageItemBaseThe MapiMessageItemBase in which a flag will be set.
flagRequestStringA string indicating the requested action action for recipients of an e-mail message.

Exceptions

exceptioncondition
ArgumentNullExceptionIf message is null.
ArgumentExceptionIf flagRequest is null or empty.
InvalidOperationExceptionIf message is not set on a draft mode.

See Also


SetFlagForRecipients(MapiMessageItemBase, string, DateTime)

Sets the flag for a draft message to remind recipients to follow-up.

public static void SetFlagForRecipients(MapiMessageItemBase message, string flagRequest, 
    DateTime reminderTime)
ParameterTypeDescription
messageMapiMessageItemBaseThe MapiMessageItemBase in which a flag will be set.
flagRequestStringA string indicating the requested action action for recipients of an e-mail message.
reminderTimeDateTimeA date indicating the date and time at which the reminder should occur.

Exceptions

exceptioncondition
ArgumentNullExceptionIf message is null.
ArgumentExceptionIf flagRequest is null or empty.
InvalidOperationExceptionIf message is not set on a draft mode.

See Also