Tagged Questions
2
votes
2answers
731 views
Lauching Lotus Notes with mailto:
I have a mailto url in a web page. The target system contains both Microsoft Outlook and Lotus Notes. Microsoft Outlook is the default Mail Client. So when i click on mailto link it opens up Microsoft ...
2
votes
2answers
656 views
Debugging a Domino/Notes DSAPI filter
I've built a DLL for Domino Server 8.5 for Windows and installed it as a DSAPI filter, but every time I restart Domino I get "HTTP Server: Failed to load DSAPI module C:\path_to_filter\filter.dll"
Is ...
2
votes
2answers
4k views
Extract/Export attachements from Lotus Notes Email using C#
I need to extract/export the lotus notes email attachment into file system. for that I wrote following method but each time I am receiving an error at line foreach (NotesItem nItem in items).. Can ...
1
vote
1answer
173 views
Lotus Notes - save whole email message eml c#
I need to export (save to) hard drive my Lotus Notes emails.
I figured out the way how to save attachments to HDD, but I can't figure out the way of how to save the whole email.
The code below shows ...
1
vote
2answers
151 views
How do I get all the attachments from a .nsf(lotus notes) file using java
Steps followed :
Took a back of my lotus notes as sample.nsf
And then tried to read the attachments from the sample.nsf
Code snippet :
Database db = session.getDatabase("",`enter code ...
1
vote
2answers
427 views
Assign a datetime array to a multivalue date field on the Domino form
I am accessing a document from a view, read a datetime field, figure out number of days between two date/time values which fall into four categories. In each category there is a for loop which add ...
1
vote
4answers
3k views
How get all calendar entries for a given using the Notes.Jar for Java
I am working on a simple java code to extract all calendar entries for a given date. I know it possible using Domingo but I would like to use only Notes.jar for this purpose. It is possible for me to ...
0
votes
2answers
38 views
LotusScript Function Doesn't Update Field
I'm trying to get a document to be created for each instance of a string of dates.
This however doesn't work as I'd hoped - the field doesn't update and the debugger doesn't show me anything at all.
...
0
votes
1answer
29 views
LotusScript Function Doesn't Save Form Fields
Can anyone spot an obvious reason as to why my save function isn't saving the fields in my form? It saves the document, but the fields are empty when I open it up. The following code is what I'm ...
0
votes
3answers
82 views
LotusScript - Can anyone fix my function?
I'm trying to write a validation function that checks to see if an entry being added already exists in the dataset.
But the search doesn't pick it up - i can just keep entering the same appointment ...
0
votes
1answer
51 views
Need help Exporting Embedded word documents from a Notes database file onto a local windows folder
We have a lotus notes 7.0 environment with a Document library (.nsf) database file on the server.
I have a local copy (if that helps) and would like to export all the embedded word documents within ...
0
votes
1answer
66 views
How get values in XPages to generate a report?
I want to get the values of one of my fields XPage to filter these values and generate a report taking a view of the values according to the selected values in my XPage.
0
votes
1answer
75 views
How to filter lotus notes inbox by sender? [closed]
how to filter messages in lotus notes inbox by sender?
I only need to filter the inbox view. not create any mail rules
0
votes
0answers
131 views
Lotus Notes Generated Java Web Service Consumer Keeps Caching Results
I create a java web service consumer.
Web Service Consumers -> New Web Service Consumer... -> Type: Java
Then, created a Java Agent Calling This web service.
Agents -> New Agent... -> Type: Java
...
0
votes
0answers
58 views
Lotus Notes Agent using JNI to call nxrtf.dll
Anyone has used JNI from Notes Agent to call nxrtf.dll to call following methods:
MailGetMessageBodyComposite,ExportRTF
I am trying to export the Email as RTF using those two API's but I get
...
0
votes
2answers
112 views
Linking Two Different Lotus Notes Databases On Unique Field Value
I am developing an application out of two applications - the 'Staff DB' and a 'Calendar DB'.
I need to link both - so that clicking on a member of staff in the 'Staff DB' then looks up all their ...
0
votes
2answers
109 views
Lotus Notes Development (Composite App? Or not?)
I am a new Lotus Developer looking for some advice. I am working with Lotus Notes 8.5.2 and using Designer to develop my applications.
I am designing a new application based on one existing database ...
0
votes
1answer
293 views
Extract Lotus Notes attachments using VBA
I need to use VBA to pull in attachments to Excel that are mailed daily to my Lotus Notes account.
Let me know if this is at all possible.
0
votes
3answers
201 views
Accessing .NSF files without paying for domino subscription
Do we need to pay for domino server subscription, when all we need is a way to access old .nsf files offline?
0
votes
2answers
112 views
how can we suppress subtotals of a column in a lotus notes view
I have a view in which the totals and subtotals are displayed based on the categorized column. I want to suppress the subtotals and display only totals while expanding the categorized column.
Can ...
0
votes
2answers
1k views
“Invalid universal id” error while getting parent UNID for Lotus notes
I have wrote the follwing code o get the parent UNID of a response document. But I am getting "Invalid universal ID" error. But when I create a doclink using the "$Ref" I am able to access the parent ...
0
votes
2answers
114 views
NoteSession cannot find Notes.ini on server
I have a vb.net that interacts with Lotus Notes,
however I have a problem when I make a NotesSession.
Everytime I try to make a notesSession, I get an error because it cant find the notes.ini
If I ...
0
votes
2answers
472 views
Lotus Notes @command to mark the current email as read?
Does anyone know of a way to mark the current email as read using an @command?
0
votes
1answer
378 views
Java errors on Lotus Domino Designer Client 8.5.1
I have a clean install of Lotus Notes 8.5.1 (now with FP3) and I'm getting the following errors in Designer. This is with a new database with a couple of forms and views. I'm finding this is typical ...
0
votes
4answers
446 views
Developing Applications that can interact Lotus Notes (.nsf) databases
I am a c# developer interested in developing a windows application to connect to a lotus notes .nsf db and display the information like
1) Number of forms
2) Number of views
3) Script Libraries
4) ...
0
votes
1answer
1k views
Reading Lotus Notes Inbox Messages using VB.Net “Interop.Domino.dll”
How can I read Lotus Notes Inbox Messages using VB.Net?
0
votes
1answer
831 views
html newsletter in lotus notes 8
I am trying to send HTML newsletters and it works fine in most email clients except Lotus Notes 8.
Problem:
Table size get converted to 100% width even though set to 640. I have tried to ...
0
votes
1answer
603 views
c# and lotus notes attachment icon
I am using c# and need to attach a lnk (shortcut/link) file and email to a lotus notes account. the problem is the icon defaults to a generic image and does not show the folder with the arrow as seen ...
0
votes
2answers
117 views
How to avoid accidental deletions of databases in Lotus Notes?
I have always worried about users deleting lotus notes databases by accident. We had one such case last week and I want to know how we can lock the databases so that users cannot delete them.
Is ...
-3
votes
1answer
197 views
Convert vba to c# - please help! Lotus Notes create new email
Folks,
I have working VBA code, but I can't convert it to C#.
I have tried, but my C# skills are failing me.
The code below creates new message and opens new email in Lotus Notes (using active ...