Goedel.Mesh.MailAccountInfoWLM.MailAccountInfoWLM C# (CSharp) Method

MailAccountInfoWLM() public method

Construct an empty account information object.
public MailAccountInfoWLM ( ) : System
return System
        public MailAccountInfoWLM() {
            // General settings
            MessageAccount = new MessageAccount ();
            MessageAccount.Connection_Type = 3;
            MessageAccount.Make_Available_Offline = 1;

            // 

            }

Same methods

MailAccountInfoWLM::MailAccountInfoWLM ( string FileName ) : System