Class GetEncryptionConfigurationResponse
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents the response to a GetEncryptionConfiguration operation.
public sealed class GetEncryptionConfigurationResponse : ServiceResponse
- Inheritance
-
GetEncryptionConfigurationResponse
- Inherited Members
Properties
DisclaimerText
The DisclaimerText
public string DisclaimerText { get; }
Property Value
EmailText
The EmailText
public string EmailText { get; }
Property Value
ImageBase64
The base64 encoding of the Image
public string ImageBase64 { get; }
Property Value
PortalText
The PortalText
public string PortalText { get; }