Sdílet prostřednictvím


SendAddressIdentity Constructor (String, String)

Namespace:  Microsoft.Exchange.Data.Storage.Management
Assembly:  Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)

Syntax

'Declaration
Public Sub New ( _
    mailboxIdParameterString As String, _
    addressId As String _
)
'Usage
Dim mailboxIdParameterString As String
Dim addressId As String

Dim instance As New SendAddressIdentity(mailboxIdParameterString, _
    addressId)
public SendAddressIdentity(
    string mailboxIdParameterString,
    string addressId
)

Parameters