Jump to content
Xtreme .Net Talk

vincehhw

Members
  • Posts

    4
  • Joined

  • Last visited

About vincehhw

  • Birthday 12/26/1982

Personal Information

  • Occupation
    Student

vincehhw's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I'm just wondering is it possible to check new emails in Microsoft Outlook 2000 without keeping it activated(on). In other words, I wish to come out with an application in C#.Net or VB.Net which I can check any new mails from my email account without opening the Outlook 2000 application... Is it possible to do this...?
  2. Does anyone out there know how to insert an attachment while sending email using outlook 2000 with C#.Net or VB.Net? I clearly know that i can use the code below to do the job: - >Outlook.MailItem oMailitem; >oMailitem.Attachments.Add(object Source, object Type, object Position, object DisplayName); The problem I have is on what to insert to the variable of object Type, object Position and object DisplayName. Thanks for your help in advance...
  3. Thank you very much, Wamphyri! I really appreciate your help. The code is working perfectly. You've made my life much easier... Thanks again...
  4. Help! Does anyone know how to insert an image(jpeg, gif, bmp) on an existing word document? I manage to insert the picture but it always come out on top of the document. What I want is to place the picture at the bottom of word document... I have been struggling the whole day to get this problem solved... Please enlighten me if you have the solution. I'm currently using C#.Net. It's okay if you have the code in VB.Net. Thanks...!
×
×
  • Create New...