SendAddress Constructor (String, String, SendAddressIdentity)
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
Public Sub New ( _
addressId As String, _
displayName As String, _
sendAddressIdentity As SendAddressIdentity _
)
'Usage
Dim addressId As String
Dim displayName As String
Dim sendAddressIdentity As SendAddressIdentity
Dim instance As New SendAddress(addressId, _
displayName, sendAddressIdentity)
public SendAddress(
string addressId,
string displayName,
SendAddressIdentity sendAddressIdentity
)
Parameters
- addressId
Type: System.String
- displayName
Type: System.String
- sendAddressIdentity
Type: Microsoft.Exchange.Data.Storage.Management.SendAddressIdentity