Signed Property (Message Object)

Signed Property (Message Object)

The Signed property is True if the message has been tagged with a digital signature or if digital signing is being requested. Read/write.

Syntax

objMessage.Signed

Data Type

Boolean

Remarks

The Signed property represents only a request for a signature. The effect of setting it is dependent upon the message store or transport provider. CDO does not encrypt or digitally sign the message.

Security features include the Encrypted and Signed properties.

The Signed property corresponds to the SECURITY_SIGNED flag of the MAPI property PR_SECURITY. It can be rendered into HTML hypertext using the CDO Rendering ObjectRenderer object. To specify this, set the object renderer's DataSource property to this Message object and the property parameter of the RenderProperty method to CdoPR_SECURITY. However, you must assign a CDO Rendering Format object to the PR_SECURITY property and use the Value property of the format's Pattern objects to isolate the SECURITY_SIGNED flag's setting for rendering.

See Also

Concepts

Message Object