PublicFolderUserId Constructor
Namespace: Microsoft.Exchange.Management.MapiTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Sub New ( _
activeDirectoryId As ADObjectId, _
exchangeLegacyDN As String, _
exchangeAddressBookEntryId As MapiEntryId, _
exchangeAddressBookDisplayName As String _
)
'Usage
Dim activeDirectoryId As ADObjectId
Dim exchangeLegacyDN As String
Dim exchangeAddressBookEntryId As MapiEntryId
Dim exchangeAddressBookDisplayName As String
Dim instance As New PublicFolderUserId(activeDirectoryId, _
exchangeLegacyDN, exchangeAddressBookEntryId, _
exchangeAddressBookDisplayName)
public PublicFolderUserId(
ADObjectId activeDirectoryId,
string exchangeLegacyDN,
MapiEntryId exchangeAddressBookEntryId,
string exchangeAddressBookDisplayName
)
Parameters
- activeDirectoryId
Type: Microsoft.Exchange.Data.Directory.ADObjectId
- exchangeLegacyDN
Type: System.String
- exchangeAddressBookEntryId
Type: Microsoft.Exchange.Data.Mapi.MapiEntryId
- exchangeAddressBookDisplayName
Type: System.String