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