_MailItem.VotingOptions Property
Returns or sets a String (string in C#) specifying a delimited string containing the voting options for the mail message. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Property VotingOptions As String
Get
Set
'Usage
Dim instance As _MailItem
Dim value As String
value = instance.VotingOptions
instance.VotingOptions = value
string VotingOptions { get; set; }
Property Value
Type: System.String