Returns the NameSpace and uses the CurrentUser property to display the name of the current user in a message box: : Outlook NameSpace « Outlook « VBA / Excel / Access / Word






Returns the NameSpace and uses the CurrentUser property to display the name of the current user in a message box:

 
Sub current()
    MsgBox Application.GetNamespace("MAPI").CurrentUser
End Sub

 








Related examples in the same category

1.Accessing Other Folders within the NameSpace Object
2.Creating a New Folder
3.Deleting a Folder
4.Understanding General Methods for Working with Outlook Objects
5.Accessing Default Folders within the NameSpace Object
6.olFolderContacts
7.olFolderDeletedItems,
8.olFolderDrafts,
9.olFolderInbox,
10.olFolderJournal,
11.olFolderNotes,
12.olFolderOutbox,
13.olFolderSentMail,
14.olFolderTasks,
15.olPublicFoldersAllPublicFolders.
16.Using the NewMail Event and NewMailEx Event