Communications :: Silent Email Using Lotus?

Apr 24, 2008

I'm working on a project that will monitor a couple of Computers using "ping". I will have a timer that will run this ping cmd once an hour. If any of the these return a "TimedOut" I want to send and email to myself. I have code that will send out an e-mail but I must have my lotus notes open otherwise it will error out. How can I make this send without haveing lotus open? Is there a way

Code:
Dim oSession As Object
Dim oDB As Object

[code]....

View 3 Replies


ADVERTISEMENT

Lotus Noter Email Alert

Nov 3, 2009

Can we build an application which pops up and alert on receiving an email in lotus notes.

View 2 Replies

Delivery..... Sending An Email Via Lotus Notes?

Jun 6, 2011

I am building an application that contains data that needs to be fed out to seperate groups of people.Sending them emails is the only way to do it but this takes ages to do.i need for example to send:

send to = textbox1.text
subject = textbox2.text
body = textbox3.text

View 10 Replies

Silent Installation And Silent Update

Jul 20, 2009

Does anyone know of a free program to create trusted certificates? Im trying to avoid the Application Install - Security warning without having to add .exe to the trusted extensions.

Is there a way to do a silent update with the click once deployment? My program checks for an update before it opens, but the less user interaction on that the better.

View 5 Replies

Retrieve An Attachment From A Lotus Notes Email Using .net And The Notes Api?

Nov 24, 2009

Is there something like a doc.GETITEMVALUE("Attachment")(0) ?Also, I can't find any documentation for the domino API. Does anyone have a good resource for this?

View 1 Replies

Communications :: Email Image Embedding Failure?

Jun 28, 2011

I have an email function that needs to embed images into the email. I get the mail into my pickup but the mail still asks me to "Show Images/Download Images". Some how the images are not being properly embedded. I'm not sure what needs to be changed the examples I find on a lot of sites is very basic and vague.

Additional info for clarity: This function will either download the images via url or embed them. This is determined via an external xml parameter. The physical path for the images, which replaces the URLs, is also in the xml.

Code:
Private Function SendEMail(ByVal fromemail As String, ByVal toemail As String, ByVal format As String, ByVal subject As String, ByVal message As String, ByVal promoMail As Boolean) As String

[Code].....

View 1 Replies

Communications :: Program Which Sends Email Automatically?

Dec 6, 2008

I am writing a program which sends email automatically. Sending the mail works fine. The problem is that this will be on portable systems and not always have internet connection.

Is there a way to determine if an internet connection is available before attempting to send.

View 2 Replies

Communications :: Sending Email To A Hotmail Account?

Nov 28, 2008

I have an application that i need to add email to. I can send email to a gmail account with the code below. Does anyone know how to do this sending email to others such as Hotmail?I am using VB.Net 2005 professional

Dim from As String = "rickthefixer@gmail.com"
Dim toCustomer As String = "rickthefixer@gmail.com"
Dim body As String = "This is a gmail test"

[code].....

View 1 Replies

Communications :: Send A Command Via RS232 Communications

Jan 26, 2009

I am using VB2008 Express and am curious how to send a command via RS232 communications. The string that I need to send is 02h PON 03h. The start and end bits are 02h and 03h.

How can I convert 02h and 03h to its ascii form. In hyperterminal, I use the sequence {(hold)ALT 0 0 2} on the number pad to send the start bit.

I am using this code currently without the start and end bits

Code:

View 8 Replies

Change FROM Field In Lotus Notes?

Jul 7, 2009

I have my application sending out emails when the user triggers certain events. The problem is that the email logs into the local Lotus database stored on the person's computer so the emails appear to be coming from different individuals.

Is there a way to alter the from field? I'd like to have everything coming from MyProgram for example, even if that user doesn't exist in the Lotus directory.[code]...

View 2 Replies

Net Conversion From Outlook To Lotus Notes

Jul 22, 2009

Currently our shop is using VB 6.0 with Outlook to send emails from VB programs, using Outlook 11.0 object library. We are needing to migrate to Visual Studio .Net and then to use Lotus Notes to send all emails from the VB programs.Can someone direct me to either documentation or code sinpits that will help me.[code]

View 1 Replies

Silent Close Of MS Word In .NET?

Mar 11, 2010

I'm writing a function that takes a word doc and returns the number of pages in it. I have the function working and returning pages except that it opens a Word dialog asking if I want to save changes - does anyone know how to stop this? I have the document running "silently" in the background so I don't want to spoil the feel by prompting for saves.Here is my code:

Private Function CountWordPages(ByRef Doc As String) As Integer
Dim oWord As Object
Dim WD_Doc As Word.Document
Dim intCount As Integer = 0

[code]....

View 2 Replies

Silent Install Of .NET Service?

Jun 5, 2009

I have a service I have written in VB.NET In the past I have always done the installs (internal app), so I have the install set to User, and when I do:

InstallUtil "C:MyService.exe"

It prompts me for the Account and Password, and I am using the local administrator (.administrator)I am setting up an installation script now that the user's can just run to install, and I don't want to give them the administrator password. Is there a silent way to include the user/password in the command line?

View 2 Replies

VS 2008 Looking For A Silent Webbrowser?

Jul 29, 2010

I am in a bit of a situation here, because the default webbrowser control freezes my application.I'm trying to load the data of a website into structures/classes and update them ever 5 seconds. I am now using webbrowser controls, by delegate-creating them and using them in my threads.The problem is, that all those webbrowsers count up and lag my application terribly. Every 5 seconds it is impossible for the user to control the program; it freezes.

Does anyone know of a thread-friendly webbrowser/control that can:

- Disable navigation to certain urls (navigation events)
- Give events on document completed
- Return an html document (not text)
- Does not lag the program when navigating

I'm looking for a "silent" webbrowser. It doesn't have to display elements, I do want to read the elements.

I tried using htmlrequests, but the problem with that is that I need to stay logged in. If I request a different page with a htmlrequest (when I logged in), the server returns an "not logged-in error". As far I know you can't redirect htmlrequests after logging in, so I'm stuck at that point.

View 12 Replies

VS 2008 Silent Saving?

Aug 2, 2011

I am working on a Screenshot Taker project, my project captures the screenshot and saves, but to save it a saving dialog shows up, and you have to select where to save it, file name, and bla bla bla; I don't want it to be like that, I want the saving thing be silent, I don't want the dialog to show up, like I want everything to happen from behind the seens.

[Code]...

View 21 Replies

Lotus Script To Copy Address Entries

Jun 27, 2012

I am looking for the possibility to copy all (backup) my address book entries into plain text, or CSV, or XLS from Lotus Notes mail client. My aim is to later copy these details into Outlook. Is it possible. I haven't done lotus scripting before. But I am going through the reference links. If possible provide links or pointers for accomplishing this task. I am using Lotus Notes 8.0.1. Update: Is it possible to do this using VB or VB.NET? The language is not a constraint, as long as it is possible.

View 4 Replies

Reading Lotus Notes Inbox Messages?

Mar 14, 2010

How can I read Lotus Notes Inbox Messages using VB.Net "Interop.Domino.dll"?

View 1 Replies

Perform Silent Registry Import?

Jun 30, 2011

I'm trying to create an administrative tool that writes registry values and imports them through the regedit /S command line function, but it's saying it cannot find the file specified. Assuming this is not the correct way to do this. Running Windows 7 Professional x64 and Visual Studio 2010 Professional Service Pack 1

[Code]...

View 5 Replies

Start A Process In Silent Mode?

Feb 4, 2010

Start a process in silent mode?

View 2 Replies

Access Lotus Notes View Contents In Net Using Program?

Dec 13, 2011

I want to access contents of a catagorized view of lotu notes in .net[code]...

View 1 Replies

Lotus Notes Rich Text Field To RTF File

Dec 21, 2009

I am doing a data migration from Lotus notes to another type of software that does not support Rich Text Fields.I am trying to write a VB 2005 program that will take any rich text fields that are found and place them into an RTF file - which will be uploaded as an attachment in the new software.I cannot get the program to take the rich text formating or objects to the RTF file, only the plain text.I have tried everything under the sun using the COM library to get these objects out to no avail.

View 2 Replies

Lotus Notes Rich Text Field To RTF File - VB?

Dec 14, 2010

I am doing a data migration from Lotus notes to another type of software that does not support Rich Text Fields. I am trying to write a VB 2005 program that will take any rich text fields that are found and place them into an RTF file - which will be uploaded as an attachment in the new software

View 14 Replies

Silent Print Pdf File In Duplex Mode

Feb 27, 2012

I am able to print pdf files from my Visual Basic 2010 code using the command line arguments technique:

Dim printChart As New Process()
With printChart
.StartInfo.UseShellExecute = True

[Code]....

Trouble is, there is no way to manipulate the printer settings using this technique. I'm looking for a way to print the documents in duplex mode.

View 1 Replies

Perform A Silent Download In Visual Studio 2008 ?

Jun 22, 2010

I need to perform a silent download in visual studio 2008

View 1 Replies

Silent Installer - Auto Clicking Invisible Button

Oct 17, 2011

I have this installation [URL] and I need to make silent installer for it, so I have found a solution but I don't know the code. I need:
1. VB 2008 Code for executing application in background.
2. VB 2008 Code for auto-clicking invisible button for mother application.

View 1 Replies

VS 2008 Make Framework 3.5 Setup Run In Silent Mode?

Apr 13, 2009

" how can i make framework 3.5 setup run in silent mode??? "i want to make the framework 3.5 setup run under windows XP in a silent mode and that's mean i will setup framework 3.5 without ask the user if he want to setup or not .* that's happen when we setup the visual studio 2008 .net under Windows XP , it setup the framework 3.5 and 2 without ask the user .i need this because when i make a program it's run under windows vista and windows 7 but it didn't run under windows XP and that becouse of the framework 3.5 is not installed?

View 14 Replies

VS 2008 Silent Downloader - Loading Pictures From Internet

Oct 25, 2011

I'm working on a project that loads pictures from internet, but it takes few seconds to load a picture/image. Simply, I want to avoid this issue by silently downloading these pictures to somewhere on the HDD without letting the user know. So my question is, how I can download files silently?

View 12 Replies

Application Running A Silent Install Of An MSI - (how To Disable Open File - Security Warning)

Jun 1, 2010

I am writing a small visual basic application to install clean up tools quickly on any machines that we need to work on here at my workplace. I am using 4-5 cleanup programs that I have packaged into MSI's and have batch scripts that I am calling in my visual basic application to run them as silent installs. However, because I am doing the silent installs, windows always pops up with the "open file - security warning" and I have to click run for each individual program. I am wondering how to get around this from my end within the application. I know it can be disabled in windows but I am not wanting to have to go through a process on every machine that I run this program on. I would like to find a fix on the back end in my script.

View 2 Replies

Send Mail Using Lotus Notes Mail?

Dec 20, 2009

How can i create an application to send emails using lotus notes mail ?

View 4 Replies

.net - Different Increase In Email Size Using SMTP Class To Send An Email As Opposed To Outlook?

Jan 6, 2010

I am sending an email with an attachment using the following Code

Dim msg As New System.Net.Mail.MailMessage(req.EmailFrom, req.EmailTo)
Dim att As New System.Net.Mail.Attachment("C:Documents and SettingsmichaelrDesktop1216259.pdf")
With msg
.Attachments.Add(att)

[code]....

The file size of the attachment is 396KB, upon the recipient receiving the email outlook shows the file size as 543Kb. Strange thing is if I send an email with the same attachment using outlook the file size is 396Kb.I understand that file sizes can increase due to the attachment being base 64 encoded as opposed to just raw binary.What I am failing to see is why outlook send a file which is 396KB in size but in code when sending it, the same file is 543Kb.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved