IEWSClientCopyItem Method |
Copies the item to specified folder
Namespace:
Aspose.Email.Clients.Exchange.WebService
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxstring CopyItem(
string itemUri,
string destinationFolderUri
)
Function CopyItem (
itemUri As String,
destinationFolderUri As String
) As String
String^ CopyItem(
String^ itemUri,
String^ destinationFolderUri
)
abstract CopyItem :
itemUri : string *
destinationFolderUri : string -> string
Parameters
- itemUri
- Type: SystemString
The item URI - destinationFolderUri
- Type: SystemString
The destination folder URI
Return Value
Type:
StringAn uri of the copied message
Exceptions
See Also