Waf.InformationManager.EmailClient.Modules.Domain.Emails.Email.Email C# (CSharp) Method

Email() public method

public Email ( ) : System
return System
        public Email()
        {
            to = new string[] { };
            cc = new string[] { };
            bcc = new string[] { };
        }