Results 1 to 6 of 6

Thread: [02/03] Outlook and E-mail

  1. #1

    Thread Starter
    Frenzied Member SomethinCool's Avatar
    Join Date
    Jan 2001
    Location
    Malvern, PA
    Posts
    1,407

    [02/03] Outlook and E-mail

    Is it possible to create an Outlook COM Add-in where you can click a toolbar button and a form displays. On this form, would it be able to manipulate the e-mail and attachments on the local machine? For instance, I create a toolbar that has a button on it and a windows form displays. The form should then retrieve the attachments from the highlighted email in the inbox and then email the mail server. Is it possible to do all of this?

  2. #2
    Fanatic Member
    Join Date
    Nov 2006
    Posts
    675

    Re: [02/03] Outlook and E-mail

    My company sends email using MailBee. It is a third part emailing component. It isn't free, but there is a trial version. You can find it at afterlogic.com.
    VB.Net 2008
    .Net Framework 2.0

    "Must you breathe? 'Cause I need heaven..."

  3. #3

    Thread Starter
    Frenzied Member SomethinCool's Avatar
    Join Date
    Jan 2001
    Location
    Malvern, PA
    Posts
    1,407

    Re: [02/03] Outlook and E-mail

    Well, I know that the .net framework has built in SMTP (but they didn't implement POP3 ), but I was wondering more if it was possible to read the email that was in the persons inbox through Outlook.

    I'm using a POP3 connector library right now though, but for my add-in to work, the user must select the email in their inbox so the application knows what email to read.

  4. #4
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: [02/03] Outlook and E-mail

    look into outlook automation....

    you can reference the outlook object library.

    There are plenty of samples on the web that will illustrate this.

  5. #5

    Thread Starter
    Frenzied Member SomethinCool's Avatar
    Join Date
    Jan 2001
    Location
    Malvern, PA
    Posts
    1,407

    Re: [02/03] Outlook and E-mail

    Do I add this object library though the Add References dialog box in Visual Studio?

  6. #6
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: [02/03] Outlook and E-mail

    yes, it would be in the COM tab of the references.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width