Recipient.AutoResponse Property

Returns or sets a String (string in C#) representing the text of an automatic response for a Recipient. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Property AutoResponse As String
    Get
    Set
'Usage
Dim instance As Recipient
Dim value As String

value = instance.AutoResponse

instance.AutoResponse = value
[DispIdAttribute()]
string AutoResponse { get; set; }

Property Value

Type: System.String

See Also

Reference

Recipient Interface

Recipient Members

Microsoft.Office.Interop.Outlook Namespace