Custom button.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kannan

    Custom button.

    I am creating Outlook Add-in Component using C#. I have created custom
    button "Formard mail" in outlook using C# component. This is displaying in
    Outlook menu bar. If user pressed this button, I want to save the selected
    mail in C: as a .msg file. Could you help me how to do that.

    Thanks in advance.


    Regards,
  • frank1951@lycos.com

    #2
    Re: Custom button.

    Don't you have the .saveas command?
    What is formard mail? Do you mean Forward mail?
    And why do you want to save (only?) forwarded email?
    Maybe you are developing something allready has been made: mailtofile
    does what you try to program. www.mailtofile.com/en/
    Or explain more about your plan, and we can help you.

    Kannan schreef:
    I am creating Outlook Add-in Component using C#. I have created custom
    button "Formard mail" in outlook using C# component. This is displaying in
    Outlook menu bar. If user pressed this button, I want to save the selected
    mail in C: as a .msg file. Could you help me how to do that.
    >
    Thanks in advance.
    >
    >
    Regards,

    Comment

    • Kannan

      #3
      Re: Custom button.

      Hi,
      Yes, I want to forward (Save) my selected inbox mail in C:. It is similar
      to www.mailtofile.com concept. Do you have any idea how to do that using
      C#.net?

      bye
      Kannan.


      "frank1951@lyco s.com" wrote:
      Don't you have the .saveas command?
      What is formard mail? Do you mean Forward mail?
      And why do you want to save (only?) forwarded email?
      Maybe you are developing something allready has been made: mailtofile
      does what you try to program. www.mailtofile.com/en/
      Or explain more about your plan, and we can help you.
      >
      Kannan schreef:
      >
      I am creating Outlook Add-in Component using C#. I have created custom
      button "Formard mail" in outlook using C# component. This is displaying in
      Outlook menu bar. If user pressed this button, I want to save the selected
      mail in C: as a .msg file. Could you help me how to do that.

      Thanks in advance.


      Regards,
      >
      >

      Comment

      • Cor Ligthert [MVP]

        #4
        Re: Custom button.

        Kannan,

        Mabye a search on MSDN, the first search on Outlook and Net gives this.



        The difference between VB.Net and C# is mostly not much more than the
        semicolumn at the end.

        Cor

        "Kannan" <Kannan@discuss ions.microsoft. comschreef in bericht
        news:65444BD7-B72C-442F-9BDC-AF9F40B1C0FC@mi crosoft.com...
        Hi,
        Yes, I want to forward (Save) my selected inbox mail in C:. It is similar
        to www.mailtofile.com concept. Do you have any idea how to do that using
        C#.net?
        >
        bye
        Kannan.
        >
        >
        "frank1951@lyco s.com" wrote:
        >
        >Don't you have the .saveas command?
        >What is formard mail? Do you mean Forward mail?
        >And why do you want to save (only?) forwarded email?
        >Maybe you are developing something allready has been made: mailtofile
        >does what you try to program. www.mailtofile.com/en/
        >Or explain more about your plan, and we can help you.
        >>
        >Kannan schreef:
        >>
        I am creating Outlook Add-in Component using C#. I have created custom
        button "Formard mail" in outlook using C# component. This is
        displaying in
        Outlook menu bar. If user pressed this button, I want to save the
        selected
        mail in C: as a .msg file. Could you help me how to do that.
        >
        Thanks in advance.
        >
        >
        Regards,
        >>
        >>

        Comment

        Working...