EmailMessage.OriginalCodePage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the integer that identifies the original flavor of the character set used so that when the email message is condensed from wide character format (16-bit) to ASCII or other 8-bit encoding, in cases of later encoding questions, this integer can be used to recreate the original character set.
public:
property int OriginalCodePage { int get(); void set(int value); };
int OriginalCodePage();
void OriginalCodePage(int value);
public int OriginalCodePage { get; set; }
var int32 = emailMessage.originalCodePage;
emailMessage.originalCodePage = int32;
Public Property OriginalCodePage As Integer
Property Value
Int32
int
The integer that identifies the original flavor of the character set used
Windows requirements
App capabilities |
email
emailSystem
|