FolderUpdate
Contents
[
Hide
]
IActiveSyncTLClient.FolderUpdate method (1 of 2)
The FolderUpdate command moves a folder from one location to another on the server. The command is also used to rename a folder.
public void FolderUpdate(string serverId, string parentId, string displayName)
Parameter | Type | Description |
---|---|---|
serverId | String | Specifies the server ID of the folder on the server |
parentId | String | Specifies the server ID of the parent folder of the folder on the server |
displayName | String | Specifies the user-friendly name of the folder. |
See Also
- interface IActiveSyncTLClient
- namespace Aspose.Email.Clients.ActiveSync.TransportLayer
- assembly Aspose.Email
IActiveSyncTLClient.FolderUpdate method (2 of 2)
The FolderUpdate command moves a folder from one location to another on the server. The command is also used to rename a folder.
public void FolderUpdate(FolderInfo folder)
Parameter | Type | Description |
---|---|---|
folder | FolderInfo | Folder information |
See Also
- class FolderInfo
- interface IActiveSyncTLClient
- namespace Aspose.Email.Clients.ActiveSync.TransportLayer
- assembly Aspose.Email