FollowUpManagerSetFlag Method (MapiMessage, String) |
Sets the follow-up flag for a message.
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic static void SetFlag(
MapiMessage message,
string flagRequest
)
Public Shared Sub SetFlag (
message As MapiMessage,
flagRequest As String
)
public:
static void SetFlag(
MapiMessage^ message,
String^ flagRequest
)
static member SetFlag :
message : MapiMessage *
flagRequest : string -> unit
Parameters
- message
- Type: Aspose.Email.MapiMapiMessage
The MapiMessage in which a flag will be set. - flagRequest
- Type: SystemString
A string indicating the requested
action for an e-mail message.
Exceptions
See Also