.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Mime Class Summary

Mime::Protocol

A protocol such as "application/x-pkcs7-signature". Properties such as this are rarely set manually, as Chilkat MIME automatically sets it to the correct value when creating a signed message.

  Declarations  
    [Visual Basic]
Public Property Protocol As String

[C#]
public string Protocol {get; set;}

[C++]
public: __property String* get_Protocol();
public: __property void set_Protocol(String *);

[JScript]
public function get Protocol() : String;
public function set Protocol(String);
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.