RecipientAggregatedMailboxNotFoundPermanentException constructor (String, String, Guid)
Namespace: Microsoft.Exchange.MailboxReplicationService
Assembly: Microsoft.Exchange.MailboxReplicationService.Common (in Microsoft.Exchange.MailboxReplicationService.Common.dll)
Syntax
'Declaration
Public Sub New ( _
recipient As String, _
recipientAggregatedMailboxGuidsAsString As String, _
targetAggregatedMailboxGuid As Guid _
)
'Usage
Dim recipient As String
Dim recipientAggregatedMailboxGuidsAsString As String
Dim targetAggregatedMailboxGuid As Guid
Dim instance As New RecipientAggregatedMailboxNotFoundPermanentException(recipient, _
recipientAggregatedMailboxGuidsAsString, _
targetAggregatedMailboxGuid)
public RecipientAggregatedMailboxNotFoundPermanentException(
string recipient,
string recipientAggregatedMailboxGuidsAsString,
Guid targetAggregatedMailboxGuid
)
Parameters
- recipient
Type: System.String
- recipientAggregatedMailboxGuidsAsString
Type: System.String
- targetAggregatedMailboxGuid
Type: System.Guid
See also
Reference
RecipientAggregatedMailboxNotFoundPermanentException class
RecipientAggregatedMailboxNotFoundPermanentException members
RecipientAggregatedMailboxNotFoundPermanentException overload