Forum: Add-ins for Outlook
November 12th 09, 07:41 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 4
Views: 1,240
Hide attachment...
Hallo Dmitry,
In general, that property on the attachment is set by Outlook depending on
what outlook thinks that attachment is (such as an image used by the HTML
body).
Have you tried to set...
|
Forum: Add-ins for Outlook
November 3rd 09, 04:27 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 4
Views: 1,240
Hide attachment...
Hi,
i have to send an 'invisible' attachment with a mail in plain text (or
other) format. Currently i'm using
'Add hidden attachment
objAtt = .Attachments.Add(strFileName, olByValue, 0,...
|
Forum: Add-ins for Outlook
November 2nd 09, 01:08 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 1,075
Create/Apply auto formatting rules by VB?
Hallo Sue,
Autoformatting rules are not exposed by View.XML. You can access them only in
Outlook 2007, through the AutoFormatRules collection for the TableView and
other view objects. Changes...
|
Forum: Add-ins for Outlook
November 2nd 09, 01:05 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 10
Views: 2,022
how to capture events for next item
Hallo Ashish,
Does it mean it is not possible to capture events for these buttons. Outlook
does not provide that?
Yes...
"Heinz-Josef Bomanns" wrote in message...
|
Forum: Add-ins for Outlook
October 31st 09, 05:45 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 10
Views: 2,022
how to capture events for next item
Hallo Ashish,
In outlook 2003, When open a mail there are 2 buttons in statndard menu
which are Next Item and Previous Item (in arrow symbol) in open mail window.
I am not able to capture...
|
Forum: Add-ins for Outlook
October 30th 09, 06:20 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 1,075
Create/Apply auto formatting rules by VB?
Hi,
with auto formatting i can tell Outlook to show entries in explorer
tables in for eg. bold, colorized, underlined etc. based on some
criterias. Just wondering if it's possible to create/apply...
|
Forum: Add-ins for Outlook
October 16th 09, 10:43 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 1,260
|
Forum: Add-ins for Outlook
October 13th 09, 06:11 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 1,260
Select/Unselect items in ActiveExplorer by code?
Good morning,
is there any way to select or unselect items in ActiveExplorer by
code? For e.g. there are five mails selected by the user, i process
each mail in my add in through a loop like...
|
Forum: Add-ins for Outlook
November 22nd 06, 10:57 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 859
Question on Notes...
Hi Ken,
Experiment with different settings and see how the reg value changes.
Yeep, seems to be the only way to figure things out - even on MSDN or
TechNet no infos available for this entry....
|
Forum: Add-ins for Outlook
November 19th 06, 02:53 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 859
Question on Notes...
Good morning fellow sufferers ,-)
Working on a COM add in that deals with notes. Via Tools/Options you
can set default color, size and font for notes. Settings are stored in
the registry (only if...
|