|
-
Jan 3rd, 2010, 03:30 AM
#1
Thread Starter
New Member
outlook 2007 plug-in that scan the email and detect the person’s signature at the end
Hello guys,
I really need help.I must to develop an outlook plug-in that scan the email and detect the person’s signature at the end and create a V-CARD from that , with VB6.
Please, please send me the solution if you know!!!
thanks .
-
Jan 4th, 2010, 06:38 AM
#2
Hyperactive Member
Re: outlook 2007 plug-in that scan the email and detect the person’s signature at the
So far I'm aware, Office 2003 / 2007 plugins can not be created using VB6. I had a similar project at work, but could only do it using Visual Studio 2005 (C#) and the Visual Studio Tools for Office "SDK". (See here)
-
Jan 4th, 2010, 06:51 AM
#3
Thread Starter
New Member
Re: outlook 2007 plug-in that scan the email and detect the person’s signature at the
are you sure , I amn't implement this project by addin project in VB6?
-
Jan 4th, 2010, 07:22 AM
#4
Hyperactive Member
Re: outlook 2007 plug-in that scan the email and detect the person’s signature at the
Pretty sure... If you do get it going in VB6 though, finding support for your endavour will be just as hard.
I could find anything online on how to do it using VB6, so I just changed to C#.
-
Jan 4th, 2010, 09:21 AM
#5
Thread Starter
New Member
Re: outlook 2007 plug-in that scan the email and detect the person’s signature at the
I am not familiar with C#.is it easy to change to C# for this project.
can you help me , to start this project? please send me your sample code if you have .
-
Jan 5th, 2010, 02:53 AM
#6
Hyperactive Member
Re: outlook 2007 plug-in that scan the email and detect the person’s signature at the
You don't necessarily need to use C#. You can also use VB in Visual Studio. I opted for C# as I also use other Visual Studio toolkits that were designed only for C#. (XNA, for example)
Unfortunately I do not have any sample code at hand. There are a number of people on these forums that can give you a hand with any problems you might have. Just post them in the appropriate forum. 
My suggestion would be for you to download the toolkit and try to build a "sample" project in VB 2005. After that, you can expand the project to what you need.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|