Method Mint
- Namespace
- MailFathom.Domain.Delivery
- Assembly
- MailFathom.Domain.dll
Mint(string)
Mints an identity for one message the named domain is sending.
public static InternetMessageId Mint(string domain)
Parameters
domainstringThe domain of the address the message is sent from, which is the half that makes the identity globally unique.
Returns
- InternetMessageId
An identity nothing outside this process can predict.
Exceptions
- ArgumentException
Thrown when
domainis blank, or carries whitespace, a control character, or an at-sign.