Skip to content

Latest commit

 

History

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

UserForwardAllOf.md

File metadata and controls

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

UserForwardAllOf

Properties

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

Examples

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

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