Outlook reports error

J

Jim S

I have outlook set to open when Windows starts via my startup folder.
When it does it always reports an error finding mail. If I manually tell it
to get mail it is ok.
Any idea why?
 
D

Diane Poremsky [MVP]

What type of email account do you have configured? If the internet
connection up when outlook starts loading? (It begins checking email soon
after it begins loading, long before its fully loaded.)



Diane Poremsky [MVP - Outlook]

Outlook & Exchange Solutions Center: http://www.slipstick.com/
OutlookForums http://www.outlookforums.com

"Jim S" wrote in message
I have outlook set to open when Windows starts via my startup folder.
When it does it always reports an error finding mail. If I manually tell it
to get mail it is ok.
Any idea why?
 
J

Jim S

What type of email account do you have configured? If the internet
connection up when outlook starts loading? (It begins checking email soon
after it begins loading, long before its fully loaded.)
pop3
--
Jim S
Diane Poremsky [MVP - Outlook]

Outlook & Exchange Solutions Center: http://www.slipstick.com/
OutlookForums http://www.outlookforums.com

"Jim S" wrote in message
I have outlook set to open when Windows starts via my startup folder.
When it does it always reports an error finding mail. If I manually tell it
to get mail it is ok.
Any idea why?
 
D

Diane Poremsky [MVP]

It's probably timing out as it tries to connect to your email account as
windows boots. If you wait for Windows to load then open outlook, does it
work as expected?



Diane Poremsky [MVP - Outlook]

Outlook & Exchange Solutions Center: http://www.slipstick.com/
OutlookForums http://www.outlookforums.com



"Jim S" wrote in message
What type of email account do you have configured? If the internet
connection up when outlook starts loading? (It begins checking email soon
after it begins loading, long before its fully loaded.)
pop3
--
Jim S
Diane Poremsky [MVP - Outlook]

Outlook & Exchange Solutions Center: http://www.slipstick.com/
OutlookForums http://www.outlookforums.com

"Jim S" wrote in message
I have outlook set to open when Windows starts via my startup folder.
When it does it always reports an error finding mail. If I manually tell it
to get mail it is ok.
Any idea why?
 
J

Jim S

It's probably timing out as it tries to connect to your email account as
windows boots. If you wait for Windows to load then open outlook, does it
work as expected?
Yes, but I suppose that is better than opening before the firewall/AV.
Is there a way of ordering the sequence so it always opens last?
Diane Poremsky [MVP - Outlook]

Outlook & Exchange Solutions Center: http://www.slipstick.com/
OutlookForums http://www.outlookforums.com



"Jim S" wrote in message
What type of email account do you have configured? If the internet
connection up when outlook starts loading? (It begins checking email soon
after it begins loading, long before its fully loaded.)
pop3
 
D

Diane Poremsky [MVP]

Natively, AFAIK, no, but you can use a batch file or utility to control the
order and slow down the loads.

A batch file is easiest IMHO - you'll use the following commands -
TIMEOUT /T seconds-to-wait
START “C:\Path\To\Application.exe†- you may need just the application.exe
if the program is registered. if you use the path, enclose it in quotes.

so to load outlook automatically, type or paste the following into notepad
then save as start.bat and put it in the start folder

@ECHO OFF

TIMEOUT /T 20
START OUTLOOK.EXE






Diane Poremsky [MVP - Outlook]

Outlook & Exchange Solutions Center: http://www.slipstick.com/
OutlookForums http://www.outlookforums.com
"Jim S" wrote in message
It's probably timing out as it tries to connect to your email account as
windows boots. If you wait for Windows to load then open outlook, does it
work as expected?
Yes, but I suppose that is better than opening before the firewall/AV.
Is there a way of ordering the sequence so it always opens last?
Diane Poremsky [MVP - Outlook]

Outlook & Exchange Solutions Center: http://www.slipstick.com/
OutlookForums http://www.outlookforums.com



"Jim S" wrote in message
What type of email account do you have configured? If the internet
connection up when outlook starts loading? (It begins checking email soon
after it begins loading, long before its fully loaded.)
pop3
 
J

Jim S

Natively, AFAIK, no, but you can use a batch file or utility to control the
order and slow down the loads.

A batch file is easiest IMHO - you'll use the following commands -
TIMEOUT /T seconds-to-wait
START ´C:\Path\To\Application.exe¡ - you may need just the application.exe
if the program is registered. if you use the path, enclose it in quotes.

so to load outlook automatically, type or paste the following into notepad
then save as start.bat and put it in the start folder

@ECHO OFF

TIMEOUT /T 20
START OUTLOOK.EXE






Diane Poremsky [MVP - Outlook]

Outlook & Exchange Solutions Center: http://www.slipstick.com/
OutlookForums http://www.outlookforums.com
"Jim S" wrote in message
It's probably timing out as it tries to connect to your email account as
windows boots. If you wait for Windows to load then open outlook, does it
work as expected?
Yes, but I suppose that is better than opening before the firewall/AV.
Is there a way of ordering the sequence so it always opens last?
Diane Poremsky [MVP - Outlook]

Outlook & Exchange Solutions Center: http://www.slipstick.com/
OutlookForums http://www.outlookforums.com



"Jim S" wrote in message
What type of email account do you have configured? If the internet
connection up when outlook starts loading? (It begins checking email soon
after it begins loading, long before its fully loaded.)
pop3

Thanks Diane.
Seems just as easy to let it all start first then open them manually.
It was a habit I got into when my pcs took ages to start up and that is no
longer the case.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top