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

Back to Email Class Summary

Email::SendEncrypted

Set to True if this email should be sent encrypted.

  Declarations  
    [Visual Basic]
Public Property SendEncrypted As Boolean

[C#]
public bool SendEncrypted {get; set;}

[C++]
public: __property bool get_SendEncrypted();
public: __property void set_SendEncrypted(bool);

[JScript]
public function get SendEncrypted() : Boolean;
public function set SendEncrypted(Boolean);
 

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