How to list mailbox from Domino Server using LDAP in C#
Can anyone suggest me some link where i can get some idea i.e how to list mailbox using LDAP using C# I am using "Interop.Domino.dll" ...
Can anyone suggest me some link where i can get some idea i.e how to list mailbox using LDAP using C# I am using "Interop.Domino.dll" ...
I would like to populate the list of mailboxes from "Mail" folder of Domino from c# using the above API (Interop.Domino.dll). I have no problems connecting to Notes, accessing the database.It is easy to access all nsf files but i want to access only only nsf files in Mail Folder i.e Mail files. I am using below code: w...
Hi All, I am working on a application where i have to list all user mail NSF file in tree view. Currently i can list all NSF files. Next step for me is to list(fetch) in-box,outbox,calenders,journal e.t.c. from NSF file (e g: mail/user-mail.NSF).using C#. ...
I can open contacts,to-do list from "mail/usermail.nsf" file. But unable to open or access mails from it. I am using below code to access "calender": _serverDatabase = _lotesNotesSession.GetDatabase("", "mail\ServerMailFile.nsf", false); NotesView LotusNotesView = _localDatabase.GetView("Calendar"); Is there any similar way to acces...
I am just scratching my head on using DoJo in Seam in place of RichFaces or IceFace. I couldn't find any article or tutorial out there in the web. The reason for my question is that Iam coming out of a DoJo/Domino project and like to have this project in J2EE/Seam/DoJo. Appreciate any input... TIA. ...
Hi, I am looking for NSF file structure. Can anyone send me link where i would find information about it. ...
Hi Is there a way to create a regular web (or anchor) link that will open a Notes client and display a pre-determined database from the workplace? Thanks in advance. Ronnie ...
I have notes document with rich text field. In this RTF there is attachment placed. I would like to redirect (print) this attachment contents in Domino Agent accessed from web browser. I know I can save NotesEmbeddedObject on disk and then read it and post... but this does not satisfy myself. I am looking for in-memory solution. ...
I have an issue with frameset breaking down and I have gotten a little help here on the forum. Now I have finally tracked down when things go south so here is my current problem. 1 I have a frameset with Top, Menu and Main 2. Links in Menu open views in Main 3. This breaks down on saving documents in Main. After saving all links in Menu...
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 there any way to determine why this is failing to load? I built the DLL from a C++ project in Visual Studio 2008 and used the libraries a...
How can I relocate database from one folder to another on the same server while the server is running? ...
Hi, With Lotus Domino 8.5.1, one can use "standard" Java classes into server side Javascript (embedded into an Xpage), or Java classes available in the WEB-INF/lib folder. For example : var driverClass:java.lang.Class; var driver:java.sql.Driver; var connection:java.sql.Connection; var statement:java.sql.Statement; driverClass = java....
Hello, I am new to lotus notes and domino server. I want my iPhone application to have access of domino server. I want to get Contacts from domino server in my iPhone Application. I googled for it,I found many documents. but I couldn't find perfect data flow for that. can any one explain me how can i get Contacts/Calendar/Mail from dom...
Hi, I have made an application which is reading domino server mailboxes and saving it on another location. I am able to read and access all mailboxes. Now to test product i want to create about 100 to 200 user's. I am able to create user's but but in order to add mails,calendar e.t.c. I need to physically configure user on machine then...
I've been tasked to extract data from a Domino and commit changes to it using PHP or web. I'm really new to Domino. I've been researching and it seems i must use urlcommands but i can't seem to find a way to directly extract/import data from Domino like a regular database. Another research of mine and i realized i need to code inside Des...
I need to query an IBM Domino data store that was populated using Lotus Notes from within a Java application. I am hoping that IBM followed the JDBC design pattern so that I can implement similarly to what I have done to get data from Oracle. Where should I start? I am aware that IBM does not support JDBC for Domino. What I need is...
I have an application that interacts with Domino via the Domino COM object. I can send, find, delete messages without problem but getting/setting the unread status does not work. The Domino COM object has method to get the read status but it always come back as read. Anyone have a workaround that works? I've had no success with anything ...
I want my Domino Calendar View to be initially setup in work-week format (showing monday to friday days) In Designer, I go to View Properties - Date and Time Format tab. There is a Initial Format combo box where I can choose from those items. - Default - One Day Two Days Work Calendars One Week Two Weeks One Month But none of them...
There's a few moving pieces to this one, so I'll go through things fairly slowly. I have a java web app that has registered a few thousand users, and stored them in a MySQL DB. The passwords for each user has been hashed using SHA1, plus a bit of extra trickery including a randomly generated salt. I also have an LDAP server setup (Open...
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. ...