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