_MailItem.VotingResponse Property
Returns or sets a String (string in C#) specifying the voting response for the mail message. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property VotingResponse As String
Get
Set
'Usage
Dim instance As _MailItem
Dim value As String
value = instance.VotingResponse
instance.VotingResponse = value
[DispIdAttribute()]
string VotingResponse { get; set; }
Property Value
Type: System.String
Remarks
This property is usually set to one of the delimited values returned by the VotingOptions property on a reply to the original message.