lotus-notes

Defining Shortcuts for Lotus Notes 8.x

Hi All, Can someone please tell me how to define a shortcut for a custom command in lotus notes. I was able to define my custom command in under the preferences toolbars section. Now I want to assign that a shortcut (or accelerator key). Can someone please tell me how to do this. I thought once I had defined the custom command I cou...

What is the meaning of the small "6" on some Domino agents?

Some agents in an ancient Lotus Notes application has a difference in agent-enabled behaviour that I cannot explain: This is the agent list read in R7.0.3: Here is the agents in the same database, read with R8.5: I've checked the following but haven't found any difference between the agents: Inheritance: They inherit from the sa...

Can I add an email to my local Notes database using the Lotus Notes API?

I'm sure I read that it was possible to take an email in RFC 822 format (just the usual raw source format) and add it as a new document into a local NSF database. But I can't seem to find anything in the API that supports this. I want to bypass a Domino server and POP/IMAP servers and just add the email directly to the inbox. I need to...

lotus notes automation

Is it possible to automate lotus notes to post a local file to a database? I have a daily task to post a logfile to a notes database. I can gather the logfile via script but don't know enough about notes scripting to figure this out. I know thrre is a com interface as long as I have the client on the PC, but I can't figure out how to ge...

How to get full name of the owner of mail file in Lotus Notes

Provided that I have the mail file name and the server, how do I retrieve the fully qualified name of the user it corresponds to in the form "CN=xxx/O=yyy" using LotusScript? To start with, I have the user's username - the part before @ in the email: i.e. [email protected] I also know server, on which this user is registered, so I use ...

Invoking a Javascript from Lotus Notes on click of a button

I am building a Proof Of Concept for a component that was earlier built in vb6. Since the component has complex UI elements, I am not really sure how far i can reproduce the same thing with Lotus Notes UI elements. What I am now currently looking to do is the following. Create a Button in an exist LN form. When the button is clicked it...

Automating provisioning of mail boxes in Lotus Notes using C#.

Has anyone done this? What apis/approaches were used? Thanks in Advance ...

How to identify or read nsf mails containing inline image

I am trying to read mails programmatically in VB6. but i am unable to read mails containing inline images or HTML code like hyper link. Can anyone suggest me the way to read this type of mails. EDIT: I am not getting any error message but nsfDocument.GETITEMVALUE("Body")(0) returns only text. images are not shown. ...

How do I select all documents manager

I'm new to Lotus development and I need to create a view that shows where the user is manager of another database besides its own mail. Thanks in advance for any help. ...

How do I connect to a Lotus Notes DB through VBA?

I'm trying to connect to a Lotus Notes database via VBA in Microsoft Access 2003. The code I have is as follows: Set nSession = CreateObject("Notes.NotesSession") Set nDatabase = nSession.GetDatabase("CN=MT_N01/O=Org Name", "LossPrevention\BrchPrVI.nsf", False) I've tried variations for the server name, but nothing seems to work. In...

How to change a field value of a document (LotusScript)?

Hello. In a new LotusNotes form I have a computed-value field ("NewOrdProdUID") which is set correctly with the unique ID of another existing document. I want to change the value of the field "NewProdAvail" in the existing document by means of LotusScript. I tried with this: Sub Querysave(Source As Notesuidocument, Continue As Variant) ...

Notes Sessions Vs Lotus Session COM API Issues

I maintain a fairly large application which does a lot of talking with Lotus Notes. Recently in the last couple of months, some users have been having problem connecting to the Lotus Notes Session, I use the following code to get the session Set Session = CreateObject("Notes.NotesSession") This error seems to be popping up only for a c...

Connecting to Lotus Notes from ODBC

Hi All, Can anyone please help me with the following code: using System; using System.Data; using System.Data.Odbc; public class test { public static void Main(string[] Args) { OdbcConnection myConnection = null; try { myConnection = new OdbcConnection(); myConnection.Connection...

UNDEFINED data type when reading SQL database from Lotus Notes using ODBC: nvarchar

Hi, This is the second time it happens to me and before modifying a 3rd party Database structure I wanted to know if anyone knew a better solution: I'm accessing a MS SQL Server 2008 from a Lotus Notes Agent (Notes 7) to retrieve some data. I use LSXODBC and my "Select" statement works perfect... Except that my agent cannot "understand...

Share a LotusScript library between databases

Is it possible to create a LotusScript library in one database and then access it from another database? Without simply copying the library into each database that needs to use it. What I would like to achieve is a single location where I can update the library and not have to manually copy it over to each database that is using it. I ...

Urgent: Lotus notes workflow migration to SharePoint.

Hello All, I am new to lotus notes, so need help and suggestions. Is there any way to access workflows from lotus notes? Can we write any automated tool to migrate general lotus workflow to SharePoint directly ...

Is SharePoint List is equivalent to lotus Forms ?

After some reading and R&D, I have came to conclusion that ? Forms in lotus notes = List in sharepoint. And Fields in Lotus Forms = Column in Sharepoint List. But in some articals I found Lotus View is List in Sharepoint.so I am confused , So need experts advice Thanks in advance. ...

Lotus Notes - Export emails to plain text file

I am setting up a Lotus Notes account to accept emails from a client, and automatically save each email as a plain text file to be processed by another application. So, I'm trying to create my very first Agent in Lotus to automatically export the emails to text. Is there a standard, best practices way to do this? I've created a LotusS...

How to find out Lotus Fields DataType ?

I have following code to access Lotus Form's Fields(COM Interop), But i am unable to get its dataType.(e.g. : Text , Number , DataTime) NotesSession notesSessionClass = new NotesSession(); notesSessionClass.Initialize(pPassword); NotesDatabase pNotesDatabase= notesSessionClass.GetDatabase("", pDatabaseName, fals...

lotus notes integration with asp.net

hi i am having lotus notes 8.5 client in my development machine (it is trail edition downloaded from ibm) my client is having 6.5 , i am able to send mail from my development box with out any problem , but when i tried in the client machine it gives me error class not found. upon searching google i find one thing but that is for 5 and 6....