LoginName Property

Microsoft Office Web Discussions Client Language

LoginName Property

       

Returns a String representing the Microsoft Windows NT alias of the author of the specified Discussion object.

expression.LoginName

expression   Required. An expression that returns one of the objects in the Applies To list.

Remarks

The logon name is usually the same as the user's e-mail alias.

Example

This example displays a message box containing the logon name of the current Microsoft Windows NT user.

MsgBox dscDiscussions(1).LoginName