Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves or sets the Windows Server user name associated with the event.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
[DataMemberAttribute]
public string WSSUserName { get; private set; }
public:
[DataMemberAttribute]
property String^ WSSUserName {
String^ get();
private: void set(String^ value);
}
<DataMemberAttribute>
Public Property WSSUserName As String
Get
Private Set
End Property
Property Value
Type: System.String
A String containing a user name.
See Also
HostedEmailAccountUpdatedEventArgs Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top