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

Back to Mime Class Summary

Mime::UnwrapExtras

Controls whether extra (informative) header fields are added to the MIME message when unwrapping security.

  Declarations  
    [Visual Basic]
Public Property UnwrapExtras As Integer

[C#]
public int UnwrapExtras {get; set;}

[C++]
public: __property int get_UnwrapExtras();
public: __property void set_UnwrapExtras(int);

[JScript]
public function get UnwrapExtras() : int;
public function set UnwrapExtras(int);
 

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