04-23-2010 12:32 PM
All,
I think I may have found a bug within Labview or Lotus Notes. If you are sending a Lotus Notes email, I've noticed that you must wire your recipients to the pRecipient parameter in the Send Method in the NotesDocument class. But, Lotus Notes Help Documentation states that if you use the SendTo item, it ignores the Recipients parameter, but I have found that this is not the case.
Am I missing something here? I've noticed in VBA (We use Office Products quite a bit and am familiar with the Visual Basic for Application language) that you and omit this parameter and it will send the email.
04-26-2010 04:45 PM
I came across your post and happened to notice one closely related here. Is this the code that you are using to interact with Lotus? The Lotus Notes invoke nodes use ActiveX controls set up by developers of Lotus so I'd say normally say to stick to their documentation but if you are seeing that it is wrong and you actually do need to add pRecipient parameter for it to work then leave it there.
Seems like a bit of a fumble on Notes Help to say an email doesn't need a recipient.
Logan H
04-27-2010 03:11 PM
Logan,
I think you may have mis-understood me. It has been my experience that if you use the SendTo item, you shouldn't have to use the recipients parameter. Notes should automaticlly know to bypass this, at least based on the documentation.
I'm not sure if it's a Labview fumble or Lotus Notes.
04-28-2010 11:53 AM
My bad, so are you referring to the method of sending a file by using Right Click»Send To or are you using any LabVIEW code to send this email?
Logan H
05-06-2010 07:34 AM
I apologize for not getting back with you. Work has had presedence this last couple of days.
All the code is written in Labview 2009. I want to make this code available for other VIs that may need it.
05-06-2010 08:43 AM