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