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

Body() public method

Instantiates Body with the parameterized properties
public Body ( Content text ) : System
text Content The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).
return System
        public Body(Content text)
        {
            _text = text;
        }

Same methods

Body::Body ( ) : System