MailItem.VotingResponse Property

Outlook Developer Reference

Returns or sets a String specifying the voting response for the mail message. Read/write.

Syntax

expression.VotingResponse

expression   A variable that represents a MailItem object.

Remarks

This property is usually set to one of the delimited values returned by the VotingOptions property on a reply to the original message.

See Also