[This is preliminary documentation and is subject to change.]
Outputs the full name with the email address
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
C# |
---|
public static string ToFullName( string lastName, string firstName, string emailAddress ) |
Visual Basic (Declaration) |
---|
Public Shared Function ToFullName ( _ lastName As String, _ firstName As String, _ emailAddress As String _ ) As String |
Visual C++ |
---|
public: static String^ ToFullName( String^ lastName, String^ firstName, String^ emailAddress ) |
Parameters
- lastName
- Type: System..::.String
The last name
- firstName
- Type: System..::.String
The first name
- emailAddress
- Type: System..::.String
The email address