Rule.ApplyHtmlDisclaimerText Property
Namespace: Microsoft.Exchange.MessagingPolicies.Rules.Tasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property ApplyHtmlDisclaimerText As Nullable(Of DisclaimerText)
Get
Set
'Usage
Dim instance As Rule
Dim value As Nullable(Of DisclaimerText)
value = instance.ApplyHtmlDisclaimerText
instance.ApplyHtmlDisclaimerText = value
public Nullable<DisclaimerText> ApplyHtmlDisclaimerText { get; set; }
Property Value
Type: System.Nullable<DisclaimerText>
See Also