MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / setInlineAttachment

Method setInlineAttachment

src/core/abstract/MCAbstractPart.cpp:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187void AbstractPart::setInlineAttachment(bool inlineAttachment)
188{
189 mInlineAttachment = inlineAttachment;
190}
191
192bool AbstractPart::isAttachment()
193{

Callers 3

attachmentWithTextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected