FolderId Constructor (MessageStoreId, MapiFolderPath)
Namespace: Microsoft.Exchange.Data.Mapi
Assembly: Microsoft.Exchange.Data.Mapi (in Microsoft.Exchange.Data.Mapi.dll)
Syntax
'Declaration
Public Sub New ( _
storeId As MessageStoreId, _
folderPath As MapiFolderPath _
)
'Usage
Dim storeId As MessageStoreId
Dim folderPath As MapiFolderPath
Dim instance As New FolderId(storeId, _
folderPath)
public FolderId(
MessageStoreId storeId,
MapiFolderPath folderPath
)
Parameters
- storeId
Type: Microsoft.Exchange.Data.Mapi.MessageStoreId
- folderPath
Type: Microsoft.Exchange.Data.MapiFolderPath
See Also