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

Method setDisplayName

src/core/abstract/MCAddress.cpp:323–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321}
322
323void Address::setDisplayName(String * displayName)
324{
325 MC_SAFE_REPLACE_COPY(String, mDisplayName, displayName);
326}
327
328String * Address::displayName()
329{

Callers 5

addressWithIMFMailboxMethod · 0.45
testMessageBuilderFunction · 0.45

Calls

no outgoing calls

Tested by 1

testMessageBuilderFunction · 0.36