| 
          Description
 
            Holds Content-Type header.Property type
 
            A String value.  Syntax
 
            
            object.ContentType [=
            value] 
 
 The ContentType Property syntax has these parts: 
              
                
                
               
                | object | An expression evaluating to an object
                of type Message. |  
                | value | A String value. | Remarks
 
            ContentType property will internally scan headers and search
            for 'Content-Type' header, and return its
            information to you. When you set this property, it will overwrite
            'Content-Type' header. |