EmailMessage.AllowInternetImages 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 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
|