PostmarkDotNet.PostmarkMessage.PostmarkMessage C# (CSharp) 메소드

PostmarkMessage() 공개 메소드

public PostmarkMessage ( ) : System
리턴 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