EmailAttachment.IsFromBaseMessage 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 a Boolean value indicating if the attachment came from the base message.
public:
property bool IsFromBaseMessage { bool get(); };
bool IsFromBaseMessage();
public bool IsFromBaseMessage { get; }
var boolean = emailAttachment.isFromBaseMessage;
Public ReadOnly Property IsFromBaseMessage As Boolean
Property Value
Boolean
bool
A Boolean value indicating if the attachment came from the base message.
Windows requirements
App capabilities |
email
emailSystem
|
Remarks
If you remove a base attachment, you cannot use smart-send.