Accusoft.PdfXpress7.Net
MIMEType Property




The MIME Type of the attachment. Names without a registered prefix must conform to the MIME media type names defined in Internet RFC 2046, Multipurpose Internet Mail Extensions (MIME), Part Two: Media Types.
Syntax
'Declaration
 
Public Property MIMEType As String
'Usage
 
Dim instance As PdfDocumentAttachment
Dim value As String
 
instance.MIMEType = value
 
value = instance.MIMEType
public string MIMEType {get; set;}
public: __property string* get_MIMEType();
public: __property void set_MIMEType( 
   string* value
);
public:
property String^ MIMEType {
   String^ get();
   void set (    String^ value);
}
Remarks
Default value: null.
See Also

Reference

PdfDocumentAttachment Class
PdfDocumentAttachment Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback