Discuss this help topic in SecureBlackbox Forum

TElOpenOfficePackage.MimeType

TElOpenOfficePackage     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the content of the "mimetype" stream.

Declaration

[C#]
    string MimeType;

[VB.NET]
    Property MimeType As String

[Pascal]
    property MimeType : string;

[C++]
    void get_MimeType(std::string &OutResult);
    void set_MimeType(const std::string &Value);

[PHP]
    string get_MimeType()
    void set_MimeType(string $Value)

[Java]
    String getMimeType();
    void setMimeType(String Value);

Description

    If a MIME type for a document that uses the package is existing, this property is used to specify the content of the "mimetype" stream.

See also:     Manifest    

Discuss this help topic in SecureBlackbox Forum