Search results for query: *

  1. E

    Looking for a Control for Time entry

    DateTime Picker Browsing around it appears that I need the DateTime Picker control however I can't seem to find this either in the toolbox or in the references.. Can anyone tell me where I can find it or if i need to download it from somewhere??? Cheers, Chris
  2. 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...
  3. 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...
  4. 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...
  5. E

    Generating iCalendar e-mails

    Hi, Ok it appears that the message header I need to add to my email is: Content-Type: text/calendar; method=REQUEST; charset="utf-8" Content-Transfer-Encoding: 7bit My problem is now that I have a method of MailMessage that allows me to read the headers in the message but I can't seem to...
  6. E

    Generating iCalendar e-mails

    Hi, Thanks for that I suspect you have hit the nail on the header (ok dodgy pun)... So far I have only been using standard headers.. Gonna research headers for iCalendar e-mails ... Thanks Chris
  7. 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...
  8. E

    Sending SMTP E-mail from a VB.NET App

    Thanks, I am using Visual Studio 2003 (.Net 1.1) Cheers, Chris
  9. 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