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

Back to Email Class Summary

Email::SendSigned

Set to True if this email should be sent with a digital signature.

  Declarations  
    [Visual Basic]
Public Property SendSigned As Boolean

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

[C++]
public: __property bool get_SendSigned();
public: __property void set_SendSigned(bool);

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

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