Click or drag to resize

OutlookStorageNativeMethodsIStorageMoveElementTo Method

Namespace:  FileHold.DocumentRepository
Assembly:  FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.0.0.0
Syntax
C#
void MoveElementTo(
	string pwcsName,
	OutlookStorageNativeMethodsIStorage stgDest,
	string pwcsNewName,
	int grfFlags
)

Parameters

pwcsName
Type: SystemString
stgDest
Type: FileHold.DocumentRepositoryOutlookStorageNativeMethodsIStorage
pwcsNewName
Type: SystemString
grfFlags
Type: SystemInt32
See Also