NetCmdlets 2016
  • License
  • NetCmdlets 2016
    Questions / Feedback?

    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) 2019 /n software inc. - All rights reserved.
    NetCmdlets 2016 - Version 16.0 [Build 7240]