A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Search Forums
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Showing results 1 to 15 of 15
Search took 0.04 seconds.
Search: Posts made by: anindasen_0609[_2_]
Forum: Outlook and VBA August 18th 09, 06:31 PM Posted to microsoft.public.outlook.program_vba
Replies: 1
Views: 603
Need help in creating a mass emailing plugin

I need to create a mass emailing plugin that will take a html page (a flyer)
and fetch something like 6 million emails from a sql server database and
email each one of them in separate emails....
Forum: Outlook and VBA July 7th 09, 02:47 AM Posted to microsoft.public.outlook.program_vba
Replies: 5
Views: 1,007
Plugin registering the same email twice.

"I can't tell from that mess of code where you're recording the email in the
database"

-- If it is a mess can you tell me what makes you feel so and some
suggestions for improvement?

"but if...
Forum: Outlook and VBA July 6th 09, 06:21 PM Posted to microsoft.public.outlook.program_vba
Replies: 5
Views: 1,007
Plugin registering the same email twice.

Here it is:


private void m_Items_ItemAdd(object addedItem)
{
Outlook.MailItem newItem = (Outlook.MailItem)addedItem;
toEmailID = userEmailID;

...
Forum: Outlook and VBA July 6th 09, 02:18 PM Posted to microsoft.public.outlook.program_vba
Replies: 5
Views: 1,007
Plugin registering the same email twice.

Hi,

I have created a plugin and it is working ok but something strange is
happening. Incoming emails which have two attachments are getting recorded
twice in the database as the same email. This...
Forum: Outlook and VBA July 2nd 09, 11:57 AM Posted to microsoft.public.outlook.program_vba
Replies: 12
Views: 1,549
Help with some issues in Outlook Plugin development

Thanks Ken. Problem solved.

Regards,
Aninda

"Ken Slovak - [MVP - Outlook]" wrote:

The To, Cc and Bcc fields can have actual email addresses in them or
"friendly names" such as "John Foobar"...
Forum: Outlook and VBA June 26th 09, 07:55 AM Posted to microsoft.public.outlook.program_vba
Replies: 12
Views: 1,549
Help with some issues in Outlook Plugin development

In continuation with my last post on "Name being returned instead of email
ID" just like to mention that when someone is sending an email who is not in
my address book it is showing in the format...
Forum: Outlook and VBA June 26th 09, 07:42 AM Posted to microsoft.public.outlook.program_vba
Replies: 12
Views: 1,549
Help with some issues in Outlook Plugin development

Hi Ken,

This is about the issue - "Name being returned by the mail object instead of
the Email ID" as I posted earlier.

I iterated through the Global Address List (GAL) as you suggested and...
Forum: Outlook and VBA June 25th 09, 12:07 PM Posted to microsoft.public.outlook.program_vba
Replies: 12
Views: 1,549
Help with some issues in Outlook Plugin development

Thanks Ken and Sue for your help. I now understand propertyaccessor method
and property tags much better because of your help.
I found out a few things which might come to help for people.
In...
Forum: Outlook and VBA June 13th 09, 08:28 AM Posted to microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
Replies: 3
Views: 1,051
How can I create and install an outlook plugin as a dll?

Hi Ken,

Thanks for the answer. Sorry for not giving the details. I am using Visual
Studio 2005, VSTO and Microsoft Windows XP is my OS.

I actually prepared the installation files form one quite...
Forum: Add-ins for Outlook June 13th 09, 08:28 AM Posted to microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
Replies: 3
Views: 643
How can I create and install an outlook plugin as a dll?

Hi Ken,

Thanks for the answer. Sorry for not giving the details. I am using Visual
Studio 2005, VSTO and Microsoft Windows XP is my OS.

I actually prepared the installation files form one quite...
Forum: Outlook and VBA June 12th 09, 06:40 AM Posted to microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
Replies: 3
Views: 1,051
How can I create and install an outlook plugin as a dll?

When I install Dmitry's Outlook Spy or any other third party outlook plugin,
it installs as a dll file and shows as "PluginName.dll" in the plugin
section of Outlook. But when I am creating my...
Forum: Add-ins for Outlook June 12th 09, 06:40 AM Posted to microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
Replies: 3
Views: 643
How can I create and install an outlook plugin as a dll?

When I install Dmitry's Outlook Spy or any other third party outlook plugin,
it installs as a dll file and shows as "PluginName.dll" in the plugin
section of Outlook. But when I am creating my...
Forum: Outlook and VBA June 11th 09, 06:33 AM Posted to microsoft.public.outlook.program_vba
Replies: 12
Views: 1,549
Help with some issues in Outlook Plugin development

Hi Ken,


Thank you very much for your reply with valuable suggestions.

I am very sorry that I missed out on the version of Outlook which sue
asked specifically. Actually I want my code to work in...
Forum: Outlook and VBA June 10th 09, 10:58 AM Posted to microsoft.public.outlook.program_vba
Replies: 12
Views: 1,549
Help with some issues in Outlook Plugin development

Thanks for your reply. I am sorry I could not reply earlier.

1) I think I created a confusion. I actually meant all the email fields
ie., From, To, Cc and Bcc. Wherever there is a name for a...
Forum: Outlook and VBA June 6th 09, 04:49 PM Posted to microsoft.public.outlook.program_vba
Replies: 12
Views: 1,549
Help with some issues in Outlook Plugin development

Thanks a lot for your reply.

1. There are some emails which are stored in the address book with a name.
When emails are received from those clients, the object is returning the name
as fromemail...
Showing results 1 to 15 of 15

 
Forum Jump

All times are GMT +1. The time now is 11:18 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.