FollowUpManagerGetVotingButtons Method |
Get the available message voting buttons.
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic static string[] GetVotingButtons(
MapiMessage message
)
Public Shared Function GetVotingButtons (
message As MapiMessage
) As String()
public:
static array<String^>^ GetVotingButtons(
MapiMessage^ message
)
static member GetVotingButtons :
message : MapiMessage -> string[]
Parameters
- message
- Type: Aspose.Email.MapiMapiMessage
The MapiMessage in which the buttons are added.
Return Value
Type:
StringThe list of added voting buttons.
Exceptions
See Also