MailMill COM 1.0 Documentation

Sign Mail Property:
Get or sets a MM_SIGN_MODE value that specifies if the message will be digitally signed, and how it will be signed.
Default Value:
mmSignNo
Syntax:
[C++]
HRESULT get_Sign(MM_SIGN_MODE *pVal);
HRESULT put_Sign(MM_SIGN_MODE newVal);
[VB]
Property Sign As MM_SIGN_MODE
Remark:
Note that when using a strongly protected certificate, the operating system will promted you with a dialog box confirming the fact that you are signing with this certificate. It is therefore not possible to use a strong certificate in a server side environment (ASP, ASPX, etc.)
Example:
[VB]
Dim oMail As New Mail
oMail.Sign = mmSignClear
See also:
MailMill Component | Mail Object

 

Copyright © Active+ Software 2005 - All rights reserved