HostedEmailAccountUpdatedEventArgs.WSSUserName Property
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