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 25 of 118
Search took 0.53 seconds.
Search: Posts made by: Matt
Forum: Outlook and VBA May 27th 10, 10:47 PM Posted to microsoft.public.outlook.program_vba
Replies: 3
Views: 1,506
Posted By Matt
Save incoming Email as .html file with name of subject line

Hey Chris,

Good Idea!

Thanks

Matt

"Chris" wrote:
Forum: Outlook and VBA May 27th 10, 10:03 PM Posted to microsoft.public.outlook.program_vba
Replies: 1
Views: 793
Posted By Matt
how to save incoming mail in TRUE csv format

I have a script in Outlook 2007 that automatically saves incoming emails to a
folder as a txt. Simply changing my code to olCSV does not comma separate the
values. How can i convert this to a csv...
Forum: Outlook and VBA May 22nd 10, 03:29 PM Posted to microsoft.public.outlook.program_vba
Replies: 3
Views: 1,506
Posted By Matt
Save incoming Email as .html file with name of subject line

Never mind...... I was able to do it. In case anyone else need to know how:

Sub saveemail(myItem As Outlook.MailItem)
myItem.SaveAs "c:\mail\" & myItem.Subject & ".xml", olXML
End Sub

Thanks...
Forum: Outlook and VBA May 22nd 10, 02:00 PM Posted to microsoft.public.outlook.program_vba
Replies: 3
Views: 1,506
Posted By Matt
Save incoming Email as .html file with name of subject line

Hello all!

I am using the below code to save all incoming emails as an XML file. The
problem is that a new incoming email overwrites the previous one. What I'd
like to do is name the XML file as...
Forum: Outlook - Using Contacts March 14th 10, 12:36 PM Posted to microsoft.public.outlook.contacts
Replies: 1
Views: 343
Posted By Matt
How do i make Outlook to use the dialing rules?

I need to dial 83 to reach outside, YES I've added it to the field "dial this
to reach outside" but the dear OUTLOOK doesn't bother! It doesn't dial it!
Forum: Outlook - Using Contacts January 27th 10, 02:26 AM Posted to microsoft.public.outlook.contacts
Replies: 1
Views: 281
Posted By Matt
how do I transfer ost files to a pst format in outlook

I have my outlook contacts in a ost format and need to transfer them to an
ost format in order to open them in a new computer I have in outlook. I no
longer have access to my old computer and only...
Forum: Outlook - Using Contacts January 12th 10, 08:56 PM Posted to microsoft.public.outlook.contacts
Replies: 1
Views: 332
Posted By Matt
Outlook Contacts

We have Global address lists on our network that are a standard set that can
not be modified by any user, and we connect to an exchange server.

Our users would like to use personal address books,...
Forum: Outlook - Installation January 5th 10, 08:49 PM Posted to microsoft.public.outlook.installation
Replies: 1
Views: 804
Posted By Matt
sending email in outlook 2007 is not working

sending email in outlook 2007 is not working. My gut tells me it has
something to do with the setup.
Forum: Add-ins for Outlook June 12th 09, 03:40 PM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 523
Posted By Matt
Adding another add-in to a project

Hello,

I have developed two seperate add-ins for outlook (one has a button in
outlook, and one has a button in inspector windows). Both of the add-ins work
seperately and both work when they are...
Forum: Add-ins for Outlook May 14th 09, 03:44 PM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 426
Posted By Matt
STA mode Error

Hello,

I wasn't getting this error until I threw my code, which initiated/called my
Form to load, into a try/catch statement.

"Current thread must be set to single thread apartment (STA) mode...
Forum: Outlook - Using Forms May 13th 09, 07:17 PM Posted to microsoft.public.outlook.program_forms
Replies: 1
Views: 497
Posted By Matt
Form Region Freezing

Any help is appreciated please.

Thanks

"Matt" wrote:

Hello,

I have developed a small/simple form region to pop up after an added button
click (which is added in Outlook new message...
Forum: Add-ins for Outlook May 12th 09, 03:24 PM Posted to microsoft.public.outlook.program_addins
Replies: 5
Views: 840
Posted By Matt
Multiple Toolbars being added/Multiple Buttons being added to

My commandbar was set as temporary but the button was not. Is this way correct:

button_1 = CType(newToolBar.Controls.Add(1, 1, Nothing, Nothing, True),
Office.CommandBarButton)

?

"Ken Slovak -...
Forum: Add-ins for Outlook May 12th 09, 02:00 PM Posted to microsoft.public.outlook.program_addins
Replies: 5
Views: 840
Posted By Matt
Multiple Toolbars being added/Multiple Buttons being added to

I'm fairly new to Outlook programming, how do I do that?

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

Always make sure to set the UI you create as temporary, and then delete it
before the relevant...
Forum: Add-ins for Outlook May 11th 09, 09:34 PM Posted to microsoft.public.outlook.program_addins
Replies: 5
Views: 840
Posted By Matt
Multiple Toolbars being added/Multiple Buttons being added to Mail

Hello,

I am developing an outlook add-in which requires a single toolbar with a
single button being added to the MailEditor window. Upon debugging my project
the first time, the button is created...
Forum: Outlook - Using Forms May 11th 09, 09:23 PM Posted to microsoft.public.outlook.program_forms
Replies: 1
Views: 497
Posted By Matt
Form Region Freezing

Hello,

I have developed a small/simple form region to pop up after an added button
click (which is added in Outlook new message window). The Form window loads
in the correct location/size but none...
Forum: Add-ins for Outlook May 11th 09, 08:37 PM Posted to microsoft.public.outlook.program_addins
Replies: 0
Views: 384
Posted By Matt
Form Region Freezing Upon Load

Hello,

I am developing an outlook add-in and am having issues when trying to load a
small form region upon a button click. The window/form region opens with the
correct title, but none of my...
Forum: Outlook - Calandaring February 3rd 09, 05:30 PM Posted to microsoft.public.outlook.calendaring
Replies: 0
Views: 314
Posted By Matt
How to filter employees data in a public folder calendar

Hello,

My department uses public calendars hosted on a microsoft exhcange server.
There are over 40 employees that utilizes the public calendar so it's full of
various meetings, appointments,...
Forum: Outlook - Calandaring December 3rd 08, 05:31 PM Posted to microsoft.public.outlook.calendaring
Replies: 1
Views: 5,813
Posted By Matt
Shared Calendar Reminders

I have out look 2007 and 2003 users and I am trying to share my calendar with
10 other people and have my reminders remind them as well at the exact same
time. When I attempt to share it, they...
Forum: Outlook - Installation November 25th 08, 06:07 PM Posted to microsoft.public.outlook.installation
Replies: 1
Views: 1,024
Posted By Matt
Error: "A required installation file SKU111.CAB can not be found"

Outlook2003 Pro

Can not send email but can receive them [????]. I ran Detect/Repair which
gave me the following error message, "A required installation file SKU111.CAB
can not be found".

I am...
Forum: Outlook - Using Contacts October 31st 08, 09:29 PM Posted to microsoft.public.outlook.contacts
Replies: 2
Views: 407
Posted By Matt
Outlook 2003 contacts problem

Thank you! That fixed it!

"Russ Valentine [MVP-Outlook]" wrote:

Posted here very frequently. Just remove the invalid reference to a Contacts
Folder he
Tools E-mail accounts View or...
Forum: Outlook - Using Contacts October 31st 08, 08:59 AM Posted to microsoft.public.outlook.contacts
Replies: 2
Views: 407
Posted By Matt
Outlook 2003 contacts problem

For some reason, there are two Contacts folders when there only should be
one. Whenever I click in "To" as I'm creating a new mail message, I get an
error. Please look here to see the...
Forum: Outlook - Calandaring October 17th 08, 08:44 PM Posted to microsoft.public.outlook.calendaring
Replies: 3
Views: 456
Posted By Matt
Sharing Calendars

Hi Diane and thank you for your response.

I can share a folder but could I load the calendar program in it ?

The reason I was thinking mailbox is because it will use Outlooks calendar
interface...
Forum: Outlook - Calandaring October 17th 08, 05:43 PM Posted to microsoft.public.outlook.calendaring
Replies: 3
Views: 456
Posted By Matt
Sharing Calendars

Hi,

I need to set up a calendar for 2 departments to share. I know i can share
a personal calendar with others but this will be a general calendar. I can
set up a user/mailbox for the general...
Forum: Outlook - Calandaring August 26th 08, 06:47 PM Posted to microsoft.public.outlook.calendaring
Replies: 4
Views: 434
Posted By Matt
reminders hours after dismissal

I was kind of hoping you could tell me lol!

"kkrogmar" wrote:

What is the naswer to this probleman
"kkrogmar" wrote:



"Matt" wrote:
Forum: Outlook - Calandaring August 26th 08, 06:41 PM Posted to microsoft.public.outlook.calendaring
Replies: 4
Views: 434
Posted By Matt
reminders hours after dismissal

Did you mean to leave some information here? Thanks!

"kkrogmar" wrote:



"Matt" wrote:

Hi Folks,
I have one user who gets the meeting alerts as he should before the events,
Showing results 1 to 25 of 118

 
Forum Jump

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


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