UserGetEmailAddress Method | |
Get email address by user name
Namespace:
SOWIApp.Management
Assembly:
SOWIApp.Management (in SOWIApp.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public static string GetEmailAddress(
string pUserName
)
Public Shared Function GetEmailAddress (
pUserName As String
) As String
Parameters
- pUserName
- Type: SystemString
[Missing <param name="pUserName"/> documentation for "M:SOWIApp.Management.User.GetEmailAddress(System.String)"]
Return Value
Type:
String[Missing <returns> documentation for "M:SOWIApp.Management.User.GetEmailAddress(System.String)"]
See Also