Skip to content

Latest commit

 

History

History
executable file
·
33 lines (27 loc) · 1.11 KB

MlistRead.md

File metadata and controls

executable file
·
33 lines (27 loc) · 1.11 KB

MlistRead

Properties

Name Type Description Notes
ID Int32 Unique ID of the object [optional] [readonly]
Listname String Name or e-mail address of the list [optional]
ListType ListType [optional]
ListPrivilege ListPrivilege [optional]
Associations String[] Recipients, only available if listType=0 [optional]
Specifieds String[] Senders, only available if listPrivilege=3 [optional]
Class MlistReadClass [optional]

Examples

  • Prepare the resource
$MlistRead = Initialize-GrommunioAdminMlistRead  -ID null `
 -Listname null `
 -ListType null `
 -ListPrivilege null `
 -Associations null `
 -Specifieds null `
 -Class null
  • Convert the resource to JSON
$MlistRead | ConvertTo-JSON

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