Amazon.SimpleEmail.Model.Message.Message C# (CSharp) Method

Message() public method

Default constructor for a new Message object. Callers should use the properties to initialize this object after creating it.
public Message ( ) : System
return System
        public Message() {}
    

Same methods

Message::Message ( Content subject, Body body ) : System