User mail file name / Opening User Mail from Web

Hi Everybody,

  I want to display User mail file on a web browser(More Specifically in a Frame) based on the credentials(User Name & PassWord) passed by user.  Can any body suggest me how to do this..?

My Idea is to frame URL based on user name and open it browser.

http://server/mail/username.nsf/iNotes/Welcome/?OpenDocument&ui=inotes

But to form the URL like above displayed I need to know user mail file name. how do I get user mail file name?

Any clues please…?

Please suggest me any other alternative to this…

Thanks In Advance.

Cheers,

Uday.

Subject: User mail file name / Opening User Mail from Web

Uae the names.nsf database.Take a look at the “$Users” view, it contains all the information you’ll need to create your redirection url.

In a script do a DBLookup, searching for the entry containing the username, server, etc…

Get the value of the MailFile [i think] column.

Dont have to tell you, but dont mess with names.nsf :wink:

Subject: User mail file name / Opening User Mail from Web

Try WebMailRedirect http://www-10.lotus.com/ldd/sandbox.nsf/ByApplicationNameNJ/f4b19c0c3327df5385256a8f0063bdf4?OpenDocument

The latest version, now called iNotes Web Access Redirect is included in the Domino 6.5 betas and will be supported by IBM

G.

Subject: User mail file name / Opening User Mail from Web

Thank you Buddies… :slight_smile:

Special Thanks to Bill Ernest, for providing link to Sand box.

Cheers,

Uday.

Subject: User mail file name / Opening User Mail from Web

You can do a lookup to the names.nsf on the server to find the path and name of the user’s mail file. The user must have access to names.nsf to do this.

Either DBlookup in formula or GetDocumentByKey in script.

Just an idea.

Subject: Or check out the Sandbox and find an app already built for you

see: