PostmarkDotNet.PostmarkMessage.PostmarkMessage C# (CSharp) Method

PostmarkMessage() public method

public PostmarkMessage ( ) : System
return System
        public PostmarkMessage()
            : base()
        {
        }

Same methods

PostmarkMessage::PostmarkMessage ( string from, string to, string subject, string body, string>.IDictionary headers = null ) : System
PostmarkMessage::PostmarkMessage ( ) : System.Collections.Specialized
PostmarkMessage::PostmarkMessage ( MailMessage message ) : System.Collections.Specialized
PostmarkMessage::PostmarkMessage ( string from, string to, string subject, string body ) : System.Collections.Specialized
PostmarkMessage::PostmarkMessage ( string from, string to, string subject, string body, NameValueCollection headers ) : System.Collections.Specialized