Method Create
- Namespace
- MailFathom.Domain.Folders
- Assembly
- MailFathom.Domain.dll
Create(string)
Reads the text a caller named a folder with.
public static MailFolderReference Create(string value)
Parameters
valuestringThe alias, or a role written as
role:<name>.
Returns
- MailFolderReference
The reference the text names.
Exceptions
- ArgumentException
Thrown when the text is blank, carries a control character, or names a role that does not exist.