Accepts a shared folder notification or a shared personal address book notification.
<acceptShareRequest> <id/> <name/> <container/> <description/> <sequence/> </acceptShareRequest>
<acceptShareResponse> <id/> <status/> </acceptShareResponse>
Specifies the ID of the shared folder notification to accept.
Specifies the name of the folder to create. If no name is given, the original name from the notification message is used.
Specifies the container ID of the parent folder where the new folder is created. If the container is not specified, the cabinet folder is the default container.
(optional) Specifies a detailed description of the shared folder. This is text supplied by the creator of the shared folder.
Specifies where to place the new folder in the sequence of folders.
Returns the error number related to the event. 0 indicates that the request was successful.
Returns the ID for the newly created folder.
Returns the success or failure of the method.
<acceptShareRequest> <id>44F71EE4.domain1.po1.100.16E3837.1.F86.1@37:7. domain1.po1.100.0.1.0.1@16</id> <name>Shared Folder for project A</name> <container>C.domain1.po1.100.0.1.0.1@21</container> <description>Shared Folder Description</description> </acceptShareRequest> <acceptShareResponse> <id>44F71F5C.domain1.po1.100.16E3837.1.F87.1@34:44F71EE1. domain1.po1.100.1676834.1.766.1</id> <status> <code>0</code> </status> </acceptShareResponse>