DXL Import

Hi All,

I have a DXL file exported using NotesDXLExporter. I want to import it back into current users mail database.

I want to import it when the user double clicks on that file using File Explorer. So i wrote a C program that imports it into users mail inbox.

But after import, i want to open a Memo form automatically. IS it possible.

Could anybody tell me a method to resolve this issue.

Thanks

Maju

Subject: DXL Import

Your C program can run notes.exe with a notes URL that opens the Memo form, like:notes:///mymail.nsf/Memo?OpenForm

Subject: RE: DXL Import

Thank u. I got it.

I have one more doubt. I need that file name of mail database of current logged on user programmatically.

Is it possible