Search results for query: *

  1. E

    Looking for a Control for Time entry

    Hi guys, I am developing an application which is to be used on a touchscreen where I need the user to enter time and date. I have a control for date entry but I am looking for a similar control to enter time. does anyone know where I could find a custom control to do this (Even a number...
  2. E

    Adding E-mail headers

    Hi guys, I am using the System.Web.Mail.MailMessage object to create e-mail messages that I want Lotus to interperet as meeting requests. To that end I have added the following header items to the message as follows: EmailMessage.BodyEncoding = System.Text.Encoding.UTF7...
  3. E

    Sending Outlook/Lotus Meeting invites programatically

    Hi Guys, I am currently trying to develop a routine which monitors a database and sends Outlook/Lotus Notes Invites when certain criteria are met. Currently I am sending e-mails using System.Web.Mail. I currently create the message object using the following code: Dim smtpMail As...
  4. E

    Generating iCalendar e-mails

    Hi guys, I have developed a VB.NET application which monitors a database and sends e-mails with an vCalendar attachment to Lotus Notes clients so that they can import the event to their calendar. The problem I have is that as the application stands they have to click on the attachment which...
  5. E

    Sending SMTP E-mail from a VB.NET App

    Hi Guys, I am trying to send SMTP e-mail from my VB.NET App. Doing some digging around it appears I should be able to do this by using: System.Web.Mail However when I try to declare an object of this type it does not recognise this type. I can find System.Web but "Mail" is not a component...
Back
Top