Send-RDMMessageByShareableLink
Synopsis
Syntax
__AllParameterSets
Send-RDMMessageByShareableLink [-Body] <string> [[-Passphrase] <string>]
[[-Duration] <PSSendLinkDurationWrapper>] [[-ViewLimit] <int>] [-AllowRecipientToDeleteMessage]
[-ForcePromptAnswer <DialogResult[]>] [<CommonParameters>]Description
Examples
PS C:\> $link = Send-RDMMessageByShareableLink -Body 'A special message' -Passphrase 654321 -Duration 5 -AllowRecipientToDeleteMessage -ViewLimit 10
PS C:\> $linkParameters
-AllowRecipientToDeleteMessage
-Body
-Duration
-ForcePromptAnswer
-Passphrase
-ViewLimit
CommonParameters
Notes
Last updated
Was this helpful?