EmailConversation.HasAttachment 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 conversation has an attachment.
public:
property bool HasAttachment { bool get(); };
bool HasAttachment();
public bool HasAttachment { get; }
var boolean = emailConversation.hasAttachment;
Public ReadOnly Property HasAttachment As Boolean
Property Value
Boolean
bool
A Boolean value indicating if the conversation has an attachment.
Windows requirements
App capabilities |
email
emailSystem
|