Re: Send Outlook Appointment from VB.NET



I think, you have two tasks here: sending message to users and receiving
message by users. The message could be in any format of your choice. Since
you want it to be received by Outlook and then make it an appoint ment in
Outlook, I'd think it is simplest to send it as email from the server
according to a receiver list. In this case, it is irrelevant how the message
is created (in VB.NET, Java, manually).

On the Outlook side, once user starts Outlook( you cannot force Outlook to
do something from remote machine without loggin user's consent), and emails
are received, you can have some code inside Outlook to check each received
email for a clue of whether the email is for the appointment. If yes, create
the appoint ment based on the content of the email and then send a
confirmation email back, if necessary.

The simplest way to do it in Outlook is to add some VBA code in
Outlook.Application.NewMail event handler.

Outlook security is a bit difficult to deal with whan you add some VBA code,
or COM add-in, or to automate it, it may confuse innocent users by
frightening security message pop-ups. That is why I suggested Visual Studio
2005 Tool for Office in pervious reply, since you post to a .NET NG.


"Alex C. Barberi" <AlexCBarberi@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:CD9B7CF4-B9D7-4401-BF0B-998525FAFDA4@xxxxxxxxxxxxxxxx
>I need to create an Outlook appointment from a VB.NET class that will be on
>a
> remote server. This class should send the appointment to about 50
> different
> people and put it in their calendar. How would I go about doing this?
>
>
> --
> Alex C. Barberi
> Chief Executive Officer
> VisionForce
> http://www.visionforceweb.com
>


.



Relevant Pages

  • Re: Position parameter ignored in Attachments.Add
    ... What version of Outlook are you talking ... What kind of mail account does it go out from? ... // Get the mail item from the current inspector and its Attachments ... However, after sending and receiving the message, the attachment is ...
    (microsoft.public.win32.programmer.messaging)
  • Re: problem with Outlook making a network connection?
    ... It is the receiving that takes awhile. ... hours ago I sent her a test e-mail from her account (Outlook). ... If that sometimes fail, ... item, right click, options, and check the internet headers... ...
    (microsoft.public.outlook)
  • RE: Microsoft Vulnerablities Scan
    ... 4- I have been receiving these 2 issues as warnings for quite some time now. ... I went to Microsoft's website for updates and thought it would be ... As I only use Outlook or Hotmail, ... This Microsoft Windows secuirty Newsgroup not Hijackthis Forums, ...
    (microsoft.public.windowsxp.security_admin)
  • MS Security Patch - Is It Bogus?
    ... receiving the same message. ... MS Outlook and MS Outlook Express as ... Recommendation Customers should install the patch at the ... Microsoft products, ...
    (microsoft.public.windowsxp.security_admin)
  • Re: How do I send an appointment from Access to Outlook not in my machine?
    ... here's a link I found for the VBA code: ... Is it possible to send an appointment from Access to Outlook via VBA ... We do not have Exchange Server, ...
    (microsoft.public.access.forms)

Loading