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