anmar.SharpMimeTools.SharpMimeMessage.this C# (CSharp) Method

this() public method

Gets header fields for this entity
Field names is case insentitive
public this ( System name ) : System.String
name System field name
return System.String
        public System.String this[System.Object name]
        {
            get { return this.mi.header[ name.ToString()]; }
        }