MessageObjectCodepage Property |
Gets the codepage used to encode/decode string properties in case
PT_STRING8 type for them is used.
Namespace:
Aspose.Email.Mapi.Msg
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic int Codepage { get; }
Public ReadOnly Property Codepage As Integer
Get
public:
property int Codepage {
int get ();
}
member Codepage : int with get
Property Value
Type:
Int32The codepage.
See Also