Click or drag to resize

OutlookStorageNativeMethodsStgOpenStorage Method

Namespace:  FileHold.DocumentRepository
Assembly:  FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.0.0.0
Syntax
C#
public static int StgOpenStorage(
	string wcsName,
	OutlookStorageNativeMethodsIStorage pstgPriority,
	OutlookStorageNativeMethodsSTGM grfMode,
	IntPtr snbExclude,
	int reserved,
	out OutlookStorageNativeMethodsIStorage ppstgOpen
)

Parameters

wcsName
Type: SystemString
pstgPriority
Type: FileHold.DocumentRepositoryOutlookStorageNativeMethodsIStorage
grfMode
Type: FileHold.DocumentRepositoryOutlookStorageNativeMethodsSTGM
snbExclude
Type: SystemIntPtr
reserved
Type: SystemInt32
ppstgOpen
Type: FileHold.DocumentRepositoryOutlookStorageNativeMethodsIStorage

Return Value

Type: Int32
See Also