Alpinely.TownCrier.MailMessageWrapper.SetBodyFromPlainText C# (CSharp) 메소드

SetBodyFromPlainText() 보호된 메소드

protected SetBodyFromPlainText ( ) : void
리턴 void
        protected void SetBodyFromPlainText()
        {
            ContainedMailMessage.Body = PlainTextBody;
            ContainedMailMessage.IsBodyHtml = false;
        }