MailboxAutoReplyConfiguration.InternalMessage property
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property InternalMessage As String
Get
Set
'Usage
Dim instance As MailboxAutoReplyConfiguration
Dim value As String
value = instance.InternalMessage
instance.InternalMessage = value
public string InternalMessage { get; set; }
Property value
Type: System.String
See also
Reference
MailboxAutoReplyConfiguration class