FollowUpOptions
Contents
[
Hide
]FollowUpOptions class
Represents options for using follow-up flags and reminders in a message.
Constructors
| Name | Description |
|---|---|
| FollowUpOptions (4 overloads) | Initializes a new instance of the FollowUpOptions class. |
Methods
| Name | Description |
|---|---|
| CreatePidLidVerbStream | Creates the pidlidverbstream data. |
| CreateSwappedToDoData | Sets the swapped todo data. |
| CreateSwappedToDoDataProperty | Creates the swappedtododata property. |
| CreateVoteOptionExtrasStructure | Creates the vote option extras structure. |
| CreateVoteOptionStructure | Creates the vote option structure. |
| FormatDate | Formats the date. |
| get_Categories | Gets string that represents list of the categories, separated by semicolons (;). |
| get_CodePage | Gets the code page. |
| get_DueDate | Gets a date indicating the due date for the flagged message. |
| get_FlagRequest | Gets a string indicating the requested action for an e-mail message. |
| get_IsCompleted | Gets a value indicating whether the Message object was flagged as completed. |
| get_RecipientsFlagRequest | Gets a string indicating the requested action for recipients of an e-mail message. |
| get_RecipientsReminderTime | Gets a date for recipients indicating the date and time at which the reminder should occur. |
| get_ReminderTime | Gets a date indicating the date and time at which the reminder should occur. |
| get_StartDate | Gets a date specifying the starting date and time for the flagged message. |
| get_VotingButtons | Gets string that represents list of the voting buttons names, separated by semicolons (;). |
| GetDataType | Gets the type of the property data. |
| GetIdentifier | Gets the property identifier. |
| MarkAsCompleted | Marks as completed. |
| ReadSwappedToDoData | Reads the swapped to do data. |
| ReadVotingButtons | Reads the voting buttons. |
| set_Categories | Sets string that represents list of the categories, separated by semicolons (;). |
| set_CodePage | Sets the code page. |
| set_DueDate | Sets a date indicating the due date for the flagged message. |
| set_FlagRequest | Sets a string indicating the requested action for an e-mail message. |
| set_RecipientsFlagRequest | Sets a string indicating the requested action for recipients of an e-mail message. |
| set_RecipientsReminderTime | Sets a date for recipients indicating the date and time at which the reminder should occur. |
| set_ReminderTime | Sets a date indicating the date and time at which the reminder should occur. |
| set_StartDate | Sets a date specifying the starting date and time for the flagged message. |
| set_VotingButtons | Sets string that represents list of the voting buttons names, separated by semicolons (;). |