How do i retreive the username of the person using outlook. i am about to store data retrieved(as RDFs) for every outlook profile seperately - either as a folder in the user's documents for which i would have to retreive the username or as a custom folder created in outlook. Can i create custom folders and write to them programmatically using outlook addin created using C#
See Namespace.CurrentUser -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "saranya" wrote in message news:%23maT055yIHA.524@TK2MSFTNGP05.phx.gbl... > > > How do i retreive the username of the person using outlook. > > i am about to store data retrieved(as RDFs) for every outlook profile > seperately - either as a folder in the user's documents for which i would > have to retreive the username or as a custom folder created in outlook. > > Can i create custom folders and write to them programmatically using > outlook addin created using C#