Parser |
public void RegisterMimeType( string mimeType, Type type )
| Exception | Condition |
|---|---|
| ArgumentNullException | mimeType is . -or- type is . |
| ArgumentException | type is not a subclass of Multipart, MimePart, or MessagePart. -or- type does not have a constructor that takes only a MimeEntityConstructorArgs argument. |