Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
187
void AbstractPart::setInlineAttachment(bool inlineAttachment)
188
{
189
mInlineAttachment = inlineAttachment;
190
}
191
192
bool AbstractPart::isAttachment()
193
{
Callers
3
attachmentWithHTMLString
Method · 0.45
attachmentWithText
Method · 0.45
attachmentWithSingleMIME
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected