PublicFolderEntry.ConstructIdentity Method

This member overrides Folder.ConstructIdentity(MapiEntryId, MapiFolderPath, String).

Namespace:  Microsoft.Exchange.Data.Mapi
Assembly:  Microsoft.Exchange.Data.Mapi (in Microsoft.Exchange.Data.Mapi.dll)

Syntax

'Declaration
Protected Overrides Function ConstructIdentity ( _
    entryId As MapiEntryId, _
    folderPath As MapiFolderPath, _
    legacyDn As String _
) As FolderId
'Usage
Dim entryId As MapiEntryId
Dim folderPath As MapiFolderPath
Dim legacyDn As String
Dim returnValue As FolderId

returnValue = Me.ConstructIdentity(entryId, _
    folderPath, legacyDn)
protected override FolderId ConstructIdentity(
    MapiEntryId entryId,
    MapiFolderPath folderPath,
    string legacyDn
)

Parameters