Notes does not easily give the means to bypass this normal function of mail handling. However, if you have "Mark preview as read" NOT set in the user preferences, a return receipt will not be sent when you preview the mail. Other ways are to remove the RR request flag before opening (FIELD...
Please confirm:
1. Database is on server
2. Your name is a member of group "Administrator"
3. Database ACL specifies group and name with (at least) Reader access.
4. You are accessing via server not local replica
If all 4 are true, check the following:
1. Your name is correct (rename...
Dear ToaD z
I understand your frustration at your own lack of knowledge and inability to make youself understood, but aggressive comments will ultimately be unhelpful to your cause. (You are really looking for someone who "knows what YOU are talking about")
You made yourself...
This works in Office/97
Add into your project references the following file:
c:\lotus\notes\domobj.tlb
(where c:\lotus\notes is your lotus notes program directory)
Option Explicit
Private Sub CommandButton1_Click()
Dim body As NotesRichTextItem
Dim dataDir As NotesDbDirectory...
'*** Does not cater for Win 2003 - Run in debug to detrmine the values to check for 2003 or later OS levels
Option Public
Option Declare
Option Compare Nocase
Private Type OS_VERSION_INFO_STRUCT
dwOSVersionInfoSize As Long
dwMajorVersion As Long
dwMinorVersion As Long...
You can set the FileDlgDirectory ini variable at startup. One way to do this would be to start Notes from a batch file and before notes.exe runs use the find command to filter out the FileDlgDirectory= line from notes.ini then use the copy command to append the FileDlgDirectory=h:\ line to the...
Do NOT install on server - This is Lotus instruction.
If you did, it MUST be in a different directory. Sounds like the code is not re-entrant or maybe different versions of the dll's are used in the admin client to the server?
The fact that it does not work on your PC is a configuration issue...
Try creating another person, with a similiar email address in the person doc. If that is working OK (test by sending email from hotmail to them) then change the mail file in the new persons mail file to the saved mail file. Test with hotmail again. Delete that old person, rename the new person...
Is the internet address defined in the person document? Try looking at the mail events log to see if the mail comes in but is not delivered. Does it become dead mail in the servers mail.box? Is a delivery failure returned to the sender? They don't have mail rules that will folder everything...
cazulp
Notes CAN cross-certify different organizations (not the same as domains, though many people use the terms interchangeably).
I think you have hit apon another option here - native Notes to Notes mail is another way to pass secure mail over the internet (which is after all, just a very...
How is the mail supposed to be delivered? Are they downloading POP3 or is mail being routed via their Domino mail server.
Find me @ onlinecorporatesoftware.com
Use the compact task to reduce white space (previously used file space that is now waiting for reuse). Compacting your databases is probably already scheduled?
Use "Load Compact database.nsf" at the server console.
Use the "Compact" tool under Database Tools in the...
In R4 use the menu option File\Tools\Server Administration
Select the mail server at left and "Database Tools button at right.
In the dialog select the database(s) at left and the "Quotas" tool at right.
Fill out the quota max and warning threshold, then press the Update button...
Go to the Domino Administration help: http://www-12.lotus.com/ldd/doc/domino_notes/Rnext/help6_admin.nsf?Open
In the left hand navigation pane expand "Mail and Directory Migration", then "Migrating personal mail data", then "Running the upgrade wizard".
You will...
To lookup the telephone you will do this:
@DbLookup( "Notes":"NoCache" ; "42256D73:0029F684" ; "Contacts" ; Customer_Name ; 2 ) ;
Hope this helps.
Dale
Also a persons name is not always unique. A convenient way of avoiding this is to use some abstract...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.