Lotus

send email C# smtpclient using ibm lotus

陌路散爱 提交于 2019-12-11 13:46:34
问题 I have gone through all the answers ... this is my situation i need C# code to send email using ibm lotus account ( have username and password) the server from which our app sends out emails is authorized no firewall stopping IBM lotus client is not installed on the server. so cannot use interop.domino.dll the SMTP service is exposed. i have ip address and port. cant telnet to it and test it becasue server does not have telnet and they will not allow us enabling it When i run the code below i

how to access textfield value in lotus script for Domino designer

橙三吉。 提交于 2019-12-11 13:22:51
问题 I am new to Domino designer and lotus script, I tried to access my text field by: Sub Click(Source As Button) Dim myText As String myText = Inputbox("insert some text :","Testing Heading","Default value test",100,100) Msgbox "you have entered : "+myText [myfield].text = myText //error End Sub but it shows an error: named product field does not exist Googled for it but can't find the solution. One more, searched for tutorials for creating forms,views,database in domino designer for beginners.

Issue in setting unique ID in Domino designer

雨燕双飞 提交于 2019-12-11 10:37:38
问题 I am new to Domino designer and lotus script, following my second question, I have some issue in setting unique ID (for id field in form). My formula for Id field value : T_List:=@DbColumn("" : "NoCache"; "Local"; "DBintro";"testview"; 1); @If(@IsNewDoc & @Elements(T_List)=0;1;@IsNewDoc & !@IsError(T_List);@Subset(T_List;1) + 1;id) I'm having DB in local (nothing shared). referred this link an Answer by AndrewB Server : Local DBname : DBintro view name : testview id - field in the form (which

Lotus Notes Attachment embodied within the body of the mail not as an attachment

痴心易碎 提交于 2019-12-11 05:58:37
问题 I've got a problem with Lotus Notes (apart from it's lotus notes), when we receive an e-mail with a csv attachment the attachment gets embodied into body of the message. Is there any setting on the lotus server I can change to stop this from happening? Anyone out-there with any ideas? 回答1: After over a week I've found out what the issue was. The email sender sent the email with a Context Description of inline rather then attachment thus lotus notes rather then notice that the file extension

XSP Partial Refresh

我的未来我决定 提交于 2019-12-11 05:57:56
问题 I am trying to send a value to server from anchor link and I call following code from a function which is called from the anchor link. Although I am able to trigger partial refresh,I get an error...any pointers please..... var refreshId=dojo.query('[id$="testPanel"]')[0]; alert(refreshId.innerHTML) alert(refreshId.id) var mySubmitValue='whatYouWantToSendHere'; XSP.partialRefreshGet(refreshId, { params: { '$$xspsubmitvalue': mySubmitValue }, onStart: function () { alert('starting'); },

How do I get attachments from a Lotus Notes email using VB.NET?

送分小仙女□ 提交于 2019-12-11 05:39:41
问题 I am trying to retrieve an attachment from a lotus notes email using the EmbeddedObjects array off of a NotesDocument object. In my test, I've set up an email with an attachment and am trying to process it. The HasEmbedded property of the NotesDocument object is returning true however the EmbeddedObjects array of the NotesDocument object is always nothing (null). Any ideas what could be going on here? Why is the EmbeddedObjects array always nothing? 回答1: I think in my last response I gave a

Lotus Notes Designer 8.5.3 , Cannot see Web Services in the code section?

谁都会走 提交于 2019-12-11 04:49:59
问题 I cannot see the option to create a web service provider or consumer in Notes 8.5.3 I can goto the "Code" options menu in designer, but i do not see the option "Web Service Providers". Any ideas ? I find this very weird, I did a reinstall and still nothing ! 回答1: Some other perspectives remove the webservices from the outline (eg. XPages). Go to "Window -> Open Perspective -> Domino Designer". If that doesn't bring it back, try doing a reset perspective. 来源: https://stackoverflow.com

Notes error: JVM: Attempt to retrieve Java agent attachments failed

老子叫甜甜 提交于 2019-12-11 03:47:59
问题 I'm having a problem when using a JDBC connection to POSTGREE database. Lotus appears on the console the following error: 16/02/2012 15:34:36 Agent error: JVMDUMP006I Processando Evento de Dump "systhrow", detalhe "java/lang/OutOfMemoryError" - Aguarde. 16/02/2012 15:34:36 Agent error: JVMDUMP032I 16/02/2012 15:34:36 Agent error: JVMDUMP010I Snap Dump gravado em /local/notesdata/Snap.20120216.153437.18971.0001.trc 16/02/2012 15:34:36 Agent error: JVMDUMP032I 16/02/2012 15:34:36 Agent error:

Lotus Notes - Java UI - Eclipse plugin

情到浓时终转凉″ 提交于 2019-12-11 01:42:15
问题 Can a sidebar plugin use an actionlistener (or something else) to determine when the actionbar button 'save and send invitations' is pressed (within a new calendar entry for example)? If so, can it also intercept the action and perform backend or ui modifications before allowing the button action to proceed? Looking for any ideas on how to skin this cat (no actual cats will be harmed during coding). Thx 回答1: The code that runs when clicking actions on a Notes form, is not Eclipse Java code

Sending Email from Lotus Notes using Excel and having Attachment & HTML body

旧街凉风 提交于 2019-12-11 01:12:48
问题 Right I'm trying to send an Email form an excel spreadsheet though lotus notes, it has an attachment and the body needs to be in HTML. I've got some code that from all I've read should allow me to do this however it doesn't. Without the HTML body the attachment will send, when I impliment a HTML body the Email still sends but the attachment dissapears, I've tried rearanging the order of the code cutting out bits that might not be needed but all is invain. (You need to reference Lotus Domino