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 12 of 12
Search took 0.03 seconds.
Search: Posts made by: Tony Gravagno
Forum: Add-ins for Outlook December 19th 06, 10:15 PM Posted to microsoft.public.outlook.program_addins
Replies: 5
Views: 1,289
Posted By Tony Gravagno
HTML olAppointment Body?

"Sue Mosher [MVP-Outlook]" wrote:

You have Outlook 2007? And you're creating an addin? All Outlook objects should be derived from the Application object passed as part of the add-in architecture....
Forum: Add-ins for Outlook December 19th 06, 11:36 AM Posted to microsoft.public.outlook.program_addins
Replies: 5
Views: 1,289
Posted By Tony Gravagno
HTML olAppointment Body?

"Sue Mosher [MVP-Outlook]" wrote:
Nope. Only MailItem and PostItem objects have an HTMLBody property. Appointment bodies are rich text, and that formatted content isn't exposed in the Outlook object...
Forum: Add-ins for Outlook December 19th 06, 01:06 AM Posted to microsoft.public.outlook.program_addins
Replies: 5
Views: 1,289
Posted By Tony Gravagno
HTML olAppointment Body?

Emails can have a body set to HTML (OlBodyFormat=olFormatHTML). All
of the examples I see for Outlook appointments have plain text. But
it's obvious that within an appointment we can use at least...
Forum: Add-ins for Outlook November 27th 06, 09:21 PM Posted to microsoft.public.outlook.program_addins
Replies: 7
Views: 1,299
Posted By Tony Gravagno
double-click or save attachment

Steffen Heinzl wrote:

Ken Slovak - [MVP - Outlook] wrote:
Sorry, you're correct. It is not fired when an attachment is saved to
the file system. In that case, no, there's no event for that...
Forum: Add-ins for Outlook November 19th 06, 01:39 AM Posted to microsoft.public.outlook.program_addins
Replies: 7
Views: 1,638
Posted By Tony Gravagno
Programmatically finding calendar folders for Exchange server users

"Dmitry Streblechenko" wrote:
Are you sure about that? Application.CreateItem() creates new item in the
corresponding default fodler, which would be current user's Calendar folder
in your...
Forum: Add-ins for Outlook November 16th 06, 08:51 AM Posted to microsoft.public.outlook.program_addins
Replies: 7
Views: 1,638
Posted By Tony Gravagno
Programmatically finding calendar folders for Exchange server users

"Dmitry Streblechenko" wrote:
See Namespace.GetSharedDefaultFolder.

My code to update Exchange Server shared calendars is working.
Thanks! At this point I'm confused about why it's actually...
Forum: Add-ins for Outlook November 15th 06, 09:27 PM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 633
Posted By Tony Gravagno
Outlook 2007 comparison to prior releases for coding?

Has anyone written blogs or articles about the changes made in Outlook
2007 which break existing code, make it easier to code into Outlook
components, or fix long-term issues? Outlook 2003 had...
Forum: Add-ins for Outlook November 15th 06, 09:27 PM Posted to microsoft.public.outlook.program_addins
Replies: 7
Views: 1,638
Posted By Tony Gravagno
Programmatically finding calendar folders for Exchange server users

Heeding the advice of respected authorities I'll switch the internals
to Redemption as soon as possible. For now I'll migrate my code into
an add-in.

Thank you kindly.

"Ken Slovak - [MVP -...
Forum: Add-ins for Outlook November 14th 06, 11:34 PM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 796
Posted By Tony Gravagno
Removing headers from email, replacing rules with code

As long as I know the collection of Headers is writable (get/set
rather than readonly) then I don't have a problem. I'll see what I
can do with CDO but for general use I would tend toward...
Forum: Add-ins for Outlook November 14th 06, 11:34 PM Posted to microsoft.public.outlook.program_addins
Replies: 7
Views: 1,638
Posted By Tony Gravagno
Programmatically finding calendar folders for Exchange server users

Thanks Dmitry! Well, a licensed instance of Outlook can be used from
a Windows service, it's just not a good idea. What's the alternative?
I've written apps that ran in the Windows tray to keep...
Forum: Add-ins for Outlook November 14th 06, 03:00 AM Posted to microsoft.public.outlook.program_addins
Replies: 7
Views: 1,638
Posted By Tony Gravagno
Programmatically finding calendar folders for Exchange server users

I'm writing a Windows Service that retrieves appointment data from a
separate application, and it posts this data into the calendar for
individual exchange users. I'm using PIA with C# for all work...
Forum: Add-ins for Outlook November 14th 06, 03:00 AM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 796
Posted By Tony Gravagno
Removing headers from email, replacing rules with code

Is there a standard way to remove headers from inbound mail items?
Can I do something with Redemption like this?:
sItem.Fields(PR_TRANSPORT_MESSAGE_HEADERS).Item(x).Delete()

Can I do this with PIA...
Showing results 1 to 12 of 12

 
Forum Jump

All times are GMT +1. The time now is 05:28 PM.


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.