MailboxAutoReplyConfiguration.ExternalMessage Property
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property ExternalMessage As String
Get
Set
'Usage
Dim instance As MailboxAutoReplyConfiguration
Dim value As String
value = instance.ExternalMessage
instance.ExternalMessage = value
[ParameterAttribute(Mandatory = false)]
public string ExternalMessage { get; set; }
Property Value
Type: System.String