0 pts.
 Help with Lotus Notes / Outlook interaction…
Hello! I am current working on an application that sent a Notes mail with a button to compose a document. Now that we have moved to using Outlook instead of Notes mail, is it possible to still have something that does the same thing in an Outlook mail? If yes, do you have an example that can be sent to me? Thank you, Carolina

Software/Hardware used:
ASKED: February 1, 2006  2:54 PM
UPDATED: February 1, 2006  3:25 PM

Answer Wiki:
Tons of sample code in this Sandbox sample database. http://www-10.lotus.com/ldd/sandbox.nsf/e7425656e0c80508852567540065d7f9/477a6505f50a24178525688d00704df4?OpenDocument I have some trouble with the code and check for a 207 error, resuming if it occurs. Don't know why. doesn't seem to hurt. This is what I have in my error handler. If Err = 207 Then ' This handles an error that occurs in Outlook 2003. ' Error doesn't seem to harm anything, so I just go on. Resume Next Else Messagebox "Error" & Str(Err) & ": " & Error$ & ": Contact your support group." Exit Sub End If
Last Wiki Answer Submitted:  February 1, 2006  3:25 pm  by  Brooklynegg   3,845 pts.
All Answer Wiki Contributors:  Brooklynegg   3,845 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _