_MailItem.VotingOptions Property

Definition

Returns or sets a String (string in C#) specifying a delimited string containing the voting options for the mail message. Read/write.

public:
 property System::String ^ VotingOptions { System::String ^ get(); void set(System::String ^ value); };
public string VotingOptions { get; set; }
Public Property VotingOptions As String

Property Value

Remarks

This property uses the character specified in the value name, sList, under HKEY_CURRENT_USER\Control Panel\International in the Windows registry, as the delimiter for multiple voting options.

Applies to