Skip to content

Latest commit

 

History

History
executable file
·
23 lines (17 loc) · 638 Bytes

Forward.md

File metadata and controls

executable file
·
23 lines (17 loc) · 638 Bytes

Forward

Properties

Name Type Description Notes
ForwardType ForwardType [optional]
Destination String Destination mail address [optional]

Examples

  • Prepare the resource
$Forward = Initialize-GrommunioAdminForward  -ForwardType null `
 -Destination null
  • Convert the resource to JSON
$Forward | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]