Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


CreateGroup(int idList, int listGUID, string newGroupName)
Crea un nuovo gruppo per la lista specificata.
Parametri
idList: ID della lista
listGuid: GUID della lista
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 metodo

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




  • No labels