Send-RDMMessageByEmail
Synopsis
Syntax
__AllParameterSets
Send-RDMMessageByEmail [-To] <string[]> [-Body] <string> [[-Passphrase] <string>]
[[-Duration] <PSSendLinkDurationWrapper>] [[-ViewLimit] <int>] [-AllowRecipientToDeleteMessage]
[-ForcePromptAnswer <DialogResult[]>] [<CommonParameters>]Description
Examples
Example 1
PS C:\> Send-RDMMessageByEmail -To user1@domain.com -Body 'A special message' -Passphrase 654321 -Duration 5 -AllowRecipientToDeleteMessage -ViewLimit 10Example 2
Parameters
-AllowRecipientToDeleteMessage
-Body
-Duration
-ForcePromptAnswer
-Passphrase
-To
-ViewLimit
CommonParameters
Notes
Last updated
Was this helpful?