-
Lotus Notes: Reading email archives
Would anyone know how to read Lotus Notes email archives (*.NSF) without using interops or COM interaction? I'm looking for a direct way to do it. Would Lotus API work?
Last updated: -
Is there a Lotus Notes diff tool to compare scripts and documents?
Does anyone know of a Lotus Notes diff tool that will allow us to look at and compare scripts, documents, emails and design elements. We need this for a project we're working on. Thank you!
Last updated: -
Getting around the Lotus Notes database size limit
What's the way to get around the upper database size limit for Lotus Notes databases? We're looking to compact our database because it's approaching 60 gigs in size. Any suggestions would be welcomed.
Last updated: -
Returning a list from a LotusScript function
I'm trying to return a list from a function in LotusScript. Here's what I'm working with so far: Function myfunc() List As Variant Dim mylist List As Variant mylist("one") = 1 mylist("two") = "2" myfunc = mylist End Function Dim mylist List As Variant mylist = myfunc() Would this work? Would this...
Last updated: -
Receiving invalid key value type error message in LotusScript
In LotusScript, I keep getting this strange "invalid key value type" error when I'm trying to search a view using the UserName as the key. Would this be due to the LotusName type? How can I get around this? Here's my code: %REM Sub aiv_checkPersonIsValid Description: Checks that the person(s) that...
Last updated: -
Checking Lotus Notes read or unread email using C#
I'm trying to check my email read and unread property through C#. Basically, I need to check whether my emails have been read or not. I'm also using using Domino.dll. How can I do that?
Last updated: -
Selecting all documents from past week in Lotus Notes
I currently have a view selection formula in Lotus Notes and I need it to select all the documents from the past week (7 days) instead of just today's. How can I do that. Here's my formula: SELECT @If( @Date(@Now) = @Date(@Created); @All; @False) Thank you!
Last updated: -
How to get my attachments from a Lotus Notes document
I've been creating an URL from different files that have been attached in a Lotus Notes document but it's not opening. I also have a Xpage where I want to show attachments from that specific document. What's the best way I should do this?
Last updated: -
Sort notesdocumentcollection in Lotus Notes 8.5.3
Is there a way to sort the 'notesdocumentcollection'. Also I have come across method 'createdocumentcollection' of notes database class which is undocumented. Is it safe to use this metho?
Last updated: -
Lotus Notes order search result
How can we get sorted order search result with cut off date?
Last updated: -
How to use external CSS file in Lotus Notes web application
How to use CSS external file in Lotus Notes web application? Is there any specific directory where all CSS files can be saved in the server and this can be used in Lotus Notes web application instead of using it from shared resource or page in the Lotus Notes application file?
Last updated: -
P3P implementation on Lotus Domino web application
Is there any possibility for P3P implementation on Domino web application?
Last updated: -
How to remove access and delegation from Lotus Notes v6.5? Thank You
Last updated: -
How to create mail in Lotus Notes by a button?
How do I create an email by clicking in a button, in Lotus Notes? Is there any way to get this done?
Last updated: -
Lotus Notes Domino 8.5.3 Form does not load all the controls?
I need to show a form to the user from Lotus notes customization extension file (Forms85.nsf). For that I have created a form in Customization file i.e. in Forms85_x.nsf Extension file. The form is properly loaded with all the controls (buttons ,textboxes ,comboboxes) while I’m previewing in...
Last updated: -
Experience with Lotus Notes encrypted NSF archive.
Has anyone ever used a tool to decrpyt a NSF file? I have the user.id file, but the user does not remember the password. Found many tools that can convert a NSF to a PST, but none that can decrypt or convert a encrypted one.
Last updated: -
Lotus Notes archiving error when opening data file
I recovered Lotus Notes data file but that archive file is not open. The file is not opening and an error is coming. How can I open that file?
-
Is there a way to allow a person to edit a Lotus Notes calendar without allowing access to your mail?
Last updated: -
Lotus Notes 8 – Hotspot button adding action
I would like to create a button Yes and NO in LN to send to 200 users. When recipient respond, either Yes or No, a message will be sent back to my email address. How do I do it? Thanks!
Last updated: -
What else is required to get Lotus Notes meeting alarms to work?
I'm running IBM Lotus Notes 8.5 Release 8.5.2FP1 Revision 20101215.1023-FP1 and when generating calendar entries, the "Notify Me" is checked, and in File->Preferences->Calendar and To Do->Alarms has all boxes checked, yet I'm not being notified of any of my meetings. I used to use lotus...
Last updated: