S/MIME receipt requests

Sets the value for the corresponding UI option.

Supported on: At least Windows Vista
Handle messages with S/MIME receipt requests in the following manner:


  1. Open message if receipt can't be sent
    Registry HiveHKEY_CURRENT_USER
    Registry PathSoftware\Policies\Microsoft\Office\12.0\Outlook\Security
    Value NameRespondToReceiptRequests
    Value TypeREG_DWORD
    Value0
  2. Don't open message if receipt can't be sent
    Registry HiveHKEY_CURRENT_USER
    Registry PathSoftware\Policies\Microsoft\Office\12.0\Outlook\Security
    Value NameRespondToReceiptRequests
    Value TypeREG_DWORD
    Value3
  3. Always prompt before sending receipt
    Registry HiveHKEY_CURRENT_USER
    Registry PathSoftware\Policies\Microsoft\Office\12.0\Outlook\Security
    Value NameRespondToReceiptRequests
    Value TypeREG_DWORD
    Value1
  4. Never send S/MIME receipts
    Registry HiveHKEY_CURRENT_USER
    Registry PathSoftware\Policies\Microsoft\Office\12.0\Outlook\Security
    Value NameRespondToReceiptRequests
    Value TypeREG_DWORD
    Value2


outlk12.admx

Administrative Templates (Computers)

Administrative Templates (Users)