Versions Compared

Key

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


CreateGroup(int idList, int listGUID, string newGroupName) Crea un nuovo gruppo per la lista specificata.
Parametri
idList: ID della lista


It creates a new group for the specified list.


Parameters:


idList: list identifier
listGuid: GUID della listaof the list
newGroupName: nome del gruppo da creare
Se un gruppo con il nome specificato esiste già allora non si crea nessun nuovo gruppo e viene restituito un errore, altrimenti viene restituito l'ID del gruppo creato.
<mailupMessage>
<mailupBody>
<ReturnCode>12</ReturnCode>
</mailupBody>
</mailupMessage>
Codici di errore specifici per questo metodoname 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
<mailupMessage>
<mailupBody>
<ReturnCode>12</ReturnCode>
</mailupBody>
</mailupMessage>


Specific error codes for this method:

  • -300 unrecognized error
  • -301 the list has not been specified
  • -302 the group name has not been specified
  • -303 the group already exists