SMIME Parameter (Send-SMIMEEmail Cmdlet)

Specifies the protection level on the outgoing messages.

Syntax

Send-SMIMEEmail -SMIME string

Remarks

This parameter specifies the protection level of outgoing message. The cmdlet uses this value to determine what operations are performed on the message. Possible values are:

None (default)No SMIME processing is done and the message is treated as a normal message.
SignThe message is encrypted.
EncryptThe message is signed.
SignAndEncryptThe message is signed and encrypted.

Default Value

0

Copyright (c) 2022 /n software inc. - All rights reserved.
NetCmdlets 2020 - Version 20.0 [Build 8319]