PublicFolderIdParameter Constructor (PublicFolderId)
Initializes a new instance of the PublicFolderIdParameter class from the specified public folder identifier.
Namespace: Microsoft.Exchange.Configuration.Tasks
Assembly: Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)
Syntax
'Declaration
Public Sub New ( _
folderId As PublicFolderId _
)
'Usage
Dim folderId As PublicFolderId
Dim instance As New PublicFolderIdParameter(folderId)
public PublicFolderIdParameter(
PublicFolderId folderId
)
Parameters
- folderId
Type: Microsoft.Exchange.Data.Mapi.PublicFolderId
The identifier of the Exchange public folder.