編集

次の方法で共有


MailMessage.BodyEncoding Property

Definition

Gets or sets the encoding type of the body of the email message.

public:
 property System::Text::Encoding ^ BodyEncoding { System::Text::Encoding ^ get(); void set(System::Text::Encoding ^ value); };
public System.Text.Encoding BodyEncoding { get; set; }
member this.BodyEncoding : System.Text.Encoding with get, set
Public Property BodyEncoding As Encoding

Property Value

One of the Encoding values that indicates the encoding type of the body of the email message.

Applies to