Apricot.Message.Message C# (CSharp) Method

Message() public method

public Message ( ) : System
return System
        public Message()
        {
            this.inlineList = new System.Collections.ArrayList();
            this.attachedEntryCollection = new Collection<Entry>();
        }