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

Method setBcc

src/core/abstract/MCMessageHeader.cpp:271–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271void MessageHeader::setBcc(Array * bcc)
272{
273 MC_SAFE_REPLACE_COPY(Array, mBcc, bcc);
274}
275
276Array * MessageHeader::bcc()
277{

Callers 1

testMessageBuilderFunction · 0.45

Calls

no outgoing calls

Tested by 1

testMessageBuilderFunction · 0.36