I have to send an email to several hundred users. Each will have a link tailored to the recipient so I need to generate the emails in script/code - I'm no Notes developer so I can't do this in Notes; I'm using C# and I'm pulling the list out of a SQL database.
There are some constraints:
The site that the link points to uses Integr...
I am trying to create a SSO from my ASP.NET application to the Lotus Notes server.
Once the user logged in to my server, can I create a token in Lotus notes and then do a SSO.
thanks
Bhanvani
...
I am running Access 2003 and have created a module which sends an email to recipients from the database in Lotus Notes. It works just fine, but now I have been asked to "Bold" specific text in the email so that it is easier to read on their blackberries . Can anyone help me format the text? I'm not sure how to do this.... Here is the cod...
We have a Lotus Notes web service that generates an XML response. In our development environment on Visual Studio we can access the data source and run the report without issue. When we run the report from SQL Server we get the following error:
An error has occurred during report
processing. Query execution failed for
data set ...
Does a System.Runtime.InteropServices.COMException of 0x80040154 always mean that the class isn't registered? I'm getting a COMException which says "Retrieving the COM class factory for component with CLSID {29131539-2EED-1069-BF5D-00DD011186B7} failed due to the following error: 80040154." It's trying to load Interop.Domino.dll which ...
I'm writing a utility to update person documents in names.nsf. I'm using a C# program using Interop.Domino.
I'd like to validate the input but I can't find a document which describes the schema for a person document, so I can determine min lengths, max lengths, etc.
Is anyone aware of one?
...
How many rooms can be present in lotus notes quick place
...
Hi,
I want to read mails using LNDocument.
Can someone provide me sample codes.
Regards,
Jene
...
I want to get all conflict documents from a Notes database. So far, i've got this:
Domino.NotesSession notesSession;
Domino.NotesDatabase notesDatabase = this.OpenDatabase(out notesSession);
Domino.NotesDateTime dateTime = notesSession.CreateDateTime(String.Empty);
Domino.NotesDocumentCollection results =
notesDatabase.Search(thi...
Hi,
I am using Interop.Domino.dll API to read the NSF file and able to read the properties of the Task Document.
When i view the Task Document properties in the Lotus Notes, i am able to view the Status Field, Importance Field and few others, but when i programatically dump all the Field Names and their values i am unable to get few...
I have a MS Reporting Services subscription implemented which emails out a CSV report as an attachment. The email is received with the attached CSV file no problem, EXCEPT for users with Lotus Notes.
With LN users the contents of the csv file are embedded in the body of the email.
Any suggestions on this?
UPDATE: Might Lotus be handin...
I am looking for a programatic way to access content in a Lotus Notes database (.nsf file) without having Lotus Notes software installed.
Python would be preferred but I'm also willing to look at other languages e.g. C/C++ or other means e.g. SQL
From what I have read, all of the methods e.g. Python COM access, pyodbc rely on having Lo...
Has anybody some information about accessing Lotus Domino server to fetch entire mail contents by http(s) requests from php linux server?
The article by Andrei Kouvchinnikov describes well how to fetch message list in notes mail folders; after obtaining session id during login one can for example select top 100 messages by calling:
htt...
Hi,
First post here in SO.
I have a question within the area of CMS (RedDot) and possible integration of some Lotus Notes functionality. I'm very fresh in both areas.
From my short research (did not find very much material regarding RedDot) I got the following:
Contents in RedDot CMS can be accessed (and modified?) via the RQL API. (b...
I'm trying to open names.nsf in code. The piece of code has been working for a while but suddenly, I'm getting null. Any idea why? I don't seem to be getting any errors and I don't know how to work out what's wrong.
I can open the database from the Notes client on the same machine.
UPDATE
Here's the code. The fields are initialise...
What's the right way to automate a lotus notes build process? I'm working with some folks who are using domino designer to build an NTF from lss files. I'd like to automate this process and get my hudson continuous integration server to build it without ruining the user experience for the developers.
Is there a standard way to scrip...
This VBA function sporadically fails with a Notes automation error "Run-Time Error '7' Out of Memory". Naturally, when I try to manually reproduce it, everything runs fine.
Function ToGMT(ByVal X As Date) As Date
Static NtSession As NotesSession
If NtSession Is Nothing Then
Set NtSession = New NotesSession
NtSes...
Good day,
I'll start by saying I work for a small company and have no official training in
Notes everything I know I've learned buy trial and error & using other peoples codes.
Application: We have a purchase order database that has been running for a very long time and threw the ages people put in supplier names diffirently. Now I fou...
I have an array set up
Dim managerList(1 To 50, 1 To 100) As String
what I am trying to do, is set the first, second, and third elements in the row
managerList(index,1) = tempManagerName
managerList(index,2) = tempIdeaNumber
managerList(index,3) = 1
But get an error when I try to do that saying that the object variable is not ...
Hi,
I am trying to develop a lotus notes database which can connect to another notes database and extract all the information like forms count, views etc.
Any suggestions on how to proceed?
Thanks
...