次の方法で共有


EmailMessage.AllowInternetImages プロパティ

定義

html エンコードされた電子メール メッセージに画像を埋め込むかどうかを示すブール値を取得または設定します。

public:
 property bool AllowInternetImages { bool get(); void set(bool value); };
bool AllowInternetImages();

void AllowInternetImages(bool value);
public bool AllowInternetImages { get; set; }
var boolean = emailMessage.allowInternetImages;
emailMessage.allowInternetImages = boolean;
Public Property AllowInternetImages As Boolean

プロパティ値

Boolean

bool

html エンコードされた電子メール メッセージに画像を埋め込むかどうかを示すブール値。

Windows の要件

アプリの機能
email emailSystem

適用対象