Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the encoding type used for e-mail message bodies.
Namespace: Microsoft.SharePoint.Portal
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property MailEncoding As Encoding
Get
'Usage
Dim instance As PortalContext
Dim value As Encoding
value = instance.MailEncoding
public Encoding MailEncoding { get; }
Property Value
Type: System.Text.Encoding
A System.Text.Encoding object that represents the encoding type used for e-mail message bodies.
Remarks
The MailEncoding property value corresponds to the MailEncoding property on the Microsoft.SharePoint.Portal.Topology.VirtualServer object.