SetFlag
FollowUpManager.SetFlag method (1 of 2)
Sets the follow-up flag for a message.
public static void SetFlag(MapiMessage message, string flagRequest)
Parameter |
Type |
Description |
message |
MapiMessage |
The MapiMessage in which a flag will be set. |
flagRequest |
String |
A string indicating the requested action for an e-mail message. |
Exceptions
exception |
condition |
ArgumentException |
If flagRequest is null or empty. |
ArgumentNullException |
If message is null. |
See Also
FollowUpManager.SetFlag method (2 of 2)
Sets the follow-up flag for a message.
public static void SetFlag(MapiMessage message, string flagRequest, DateTime startDate,
DateTime dueDate)
Parameter |
Type |
Description |
message |
MapiMessage |
The MapiMessage in which a flag will be set. |
flagRequest |
String |
A string indicating the requested action for an e-mail message. |
startDate |
DateTime |
The start date. |
dueDate |
DateTime |
The due date. |
Exceptions
exception |
condition |
ArgumentException |
If flagRequest is null or empty. |
ArgumentNullException |
If message is null. |
See Also