Message |
public MessagePart( string subtype, params Object[] args )
Exception | Condition |
---|---|
ArgumentNullException | subtype is null. -or- args is null. |
ArgumentException | args contains more than one MimeMessage. -or- args contains one or more arguments of an unknown type. |