Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.28 KB

File metadata and controls

33 lines (27 loc) · 1.28 KB

MlistWrite

Properties

Name Type Description Notes
Listname String Name or e-mail address of the list [optional]
ListType Int32 Type of mailing list (0=Normal, 2=Domain) [optional]
ListPrivilege Int32 Sender privilege of list (0=All, 1=Internal, 2=Domain, 3=Specific, 4=Outgoing) [optional]
Associations String[] Recipients, only available if listType=0 [optional]
Specifieds String[] Senders, only available if listPrivilege=3 [optional]
DisplayName String Display name property of the associated user object [optional]
Hidden Int32 attributehidde_gromox property of the associated user object [optional]

Examples

  • Prepare the resource
$MlistWrite = Initialize-GrommunioAdminMlistWrite  -Listname null `
 -ListType null `
 -ListPrivilege null `
 -Associations null `
 -Specifieds null `
 -DisplayName null `
 -Hidden null
  • Convert the resource to JSON
$MlistWrite | ConvertTo-JSON

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