Discuss this help topic in SecureBlackbox Forum

TElMessageTimestamper.MediaType

TElMessageTimestamper     See also     


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


Specifies MIME media type of the document to be timestamped.

Declaration

[C#]
    string MediaType;

[VB.NET]
    Property MediaType As String

[Pascal]
    property MediaType : string;

[C++]
    void get_MediaType(std::string &OutResult);
    void set_MediaType(const std::string &Value);

[PHP]
    string get_MediaType()
    void set_MediaType(string $Value)

[Java]
    String getMediaType();
    void setMediaType(String Value);

Description

    Use this property to specify media type/subtype or other information that may help decide how to open or deal with the timestamped document.

See also:     FileName     DataURI    

Discuss this help topic in SecureBlackbox Forum