EmailMessage.AllowInternetImages Property

Definition

Gets or sets a Boolean value indicating whether images may be embedded in the html encoded email message.

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

Property Value

Boolean

bool

A Boolean value indicating whether images may be embedded in the html encoded email message.

Windows requirements

App capabilities
email emailSystem

Applies to