Share via


PublicFolderIdParameter Constructor (MapiEntryId)

Initializes a new instance of the PublicFolderIdParameter class from the specified entry identifier.

Namespace:  Microsoft.Exchange.Configuration.Tasks
Assembly:  Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)

Syntax

'Declaration
Public Sub New ( _
    entryId As MapiEntryId _
)
'Usage
Dim entryId As MapiEntryId

Dim instance As New PublicFolderIdParameter(entryId)
public PublicFolderIdParameter(
    MapiEntryId entryId
)

Parameters