Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
323
void Address::setDisplayName(String * displayName)
324
{
325
MC_SAFE_REPLACE_COPY(String, mDisplayName, displayName);
326
}
327
328
String * Address::displayName()
329
{
Callers
5
addressWithDisplayName
Method · 0.45
addressWithIMFMailbox
Method · 0.45
addressWithIMAPAddress
Method · 0.45
addressWithNonEncodedIMFMailbox
Method · 0.45
testMessageBuilder
Function · 0.45
Calls
no outgoing calls
Tested by
1
testMessageBuilder
Function · 0.36