Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CreateGroup(int idList, int listGUID, string newGroupName)

It creates Creates a new group for the specified list. Parameters

Method parameters:

  • idList: list identifier
  • listGuid: GUID of the list
  • newGroupName: name of the group to be created


If a group with the same name already exists in the list, then no new group is created and an error code is returned, otherwise the ID of the created group is returned.

 

Code Block
languagehtml/xml
linenumberstrue
<mailupMessage>
<mailupBody>
<ReturnCode>12</ReturnCode>
</mailupBody>
</mailupMessage>

...