FollowUpOptionsVotingButtons Property |
Gets or sets string that represents list of the voting buttons names, separated by semicolons (;).
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic string VotingButtons { get; set; }
Public Property VotingButtons As String
Get
Set
public:
property String^ VotingButtons {
String^ get ();
void set (String^ value);
}
member VotingButtons : string with get, set
Property Value
Type:
String
See Also