PowerTCP Mail for .NET
SecureEncoding Property




Indicates the type of S/MIME encoding exposed by the header. Any "inner" encoding is unknown.
Syntax
Public ReadOnly Property SecureEncoding As SecureEncoding
Dim instance As MailMessage
Dim value As SecureEncoding
 
value = instance.SecureEncoding
public SecureEncoding SecureEncoding {get;}
public: __property SecureEncoding get_SecureEncoding();
public:
property SecureEncoding SecureEncoding {
   SecureEncoding get();
}

Property Value

SecureEncoding.
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