EndOfAuthenticationEventArgs.RemoteIdentityName property
The RemoteIdentityName property gets or sets the name of the identity that authenticated.
Namespace: Microsoft.Exchange.Data.Transport.Smtp
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Property RemoteIdentityName As String
Get
Friend Set
'Usage
Dim instance As EndOfAuthenticationEventArgs
Dim value As String
value = instance.RemoteIdentityName
public string RemoteIdentityName { get; internal set; }
Property value
Type: System.String
See also
Reference
EndOfAuthenticationEventArgs class