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