PowerTCP Mail for .NET
IsSecure Property




Returns false if SecureEncoding is SecureEncoding.None, otherwise true.
Syntax
Public ReadOnly Property IsSecure As Boolean
Dim instance As MailMessage
Dim value As Boolean
 
value = instance.IsSecure
public bool IsSecure {get;}
public: __property bool get_IsSecure();
public:
property bool IsSecure {
   bool get();
}
Remarks

S/MIME encoding can be decoded using SecureDecode and SecureDecode(X509Certificate2Collection,Boolean).

See Also

Reference

MailMessage Class
MailMessage Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic