FollowUpManager.GetOptions

FollowUpManager.GetOptions method

Gets the follow-up options of a message.

public static FollowUpOptions GetOptions(MapiMessageItemBase message)
ParameterTypeDescription
messageMapiMessageItemBaseThe MapiMessageItemBase in which options is set.

Return Value

The FollowUpOptions that represents options for using follow-up flags, reminders, category and voting buttons.

Exceptions

exceptioncondition
ArgumentNullExceptionIf message is null.

See Also