Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Windows Mobile supports secure electronic mail with a set of MAPI Secure/Multipurpose Internet Mail Extensions (SMIME) option properties.
The following table details the set of SMIME option properties.
| Property | Value | Description |
|---|---|---|
| PR_CE_SMIME_SIGNING_CERTIFICATE | PROP_TAG (PT_BINARY, 0x8119) | Contains the serial number and issuer blob of the certificate used for signing. Can contain this information even if the current account disabled the ability to sign outgoing messages. |
| PR_CE_SMIME_SEND_FLAGS | PROP_TAG (PT_LONG, 0x8118) | Contains a bitmask of flags indicating SMIME details for the outgoing message. Set one or more of the flags below. |
| Flag | Value | Description |
|---|---|---|
| SMIME_SENDFLAG_ENCRYPT | 0x00000001 | Message must be encrypted before sending. |
| SMIME_SENDFLAG_SIGN | 0x00000002 | Message must be signed with the certificate that is pointed to by the property PR_CE_SMIME_SIGNING_CERTIFICATE. |
By default these flags are not set for a message and there is no special handling of the menu items.
See Also
Messaging Extensibility Settings
Send Feedback on this topic to the authors