Outlook - Outlook 2010 not responding

Asked By noxqcez
03-Feb-10 01:45 AM
Just finished a clean install of Windows7 Ultimate and Office 2010 Beta.
Previous .pst file loaded fine into the new Outlook and all data came. No
problems using Outlook 2010 yesterday. Today Outlook opens fine but hangs
after about 15 seconds at which time I receive NOT RESPONDING message in bar.
I have rebooted and used repair option and cannot resolve the issue. .pst file
is 1.9GB. Any suggestions?
Outlook 2010
(1)
Office 2010
(1)
Windows 7
(1)
Sperate
(1)
Pst
(1)
  DL replied to noxqcez
03-Feb-10 04:23 AM
Its a Beta version and as such has a sperate forum
  Brian Tillman [MVP-Outlook] replied to noxqcez
03-Feb-10 10:37 AM
Outlook 2010 questions go here:
http://social.technet.microsoft.com/Forums/en-US/outlook/threads
Sounds to me like you could be using an ANSI PST with a size limit of 2GB.
Check that from within Outlook by right-clicking on the PST root and choosing
Properties>Advanced.  If you see a reference to "97-2002" in the Format field,
that is the problem.  Create a new PST and migrate the data:
http://www.slipstick.com/outlook/ansi-to-unicode.asp
--
Brian Tillman [MVP-Outlook]
Create New Account
help
Extraction of messages from Outlook 97 .pst archive file Outlook Dear friends, No matter how strange or unbelievable it may seem to you, I have been using Microsoft Office 97 since the day it was released and for 13 years until now. It worked fine both on my old computer running Windows 95 OSR 2 as well as on my new computer running Windows XP Professional SP3. However, a few days ago, I formatted my hard disk, installed Windows XP Professional SP3 from scratch and instead of the outdated Office 97, I downloaded and installed Microsoft Office 2010 Beta which works fine. The problem now
Looking for good email program? Outlook Hi forum members, This is the first time I have posted at this forum, and to an excellent internet / web based email. With Microsoft, it appears I have two choices, Outlook, or Outlook Express. Up front I am stating, not interested in all the bells and whistles that that exists, whether it is free, or, I have to pay for it. So, between Outlook and Outlook Express, what are the pros and cons about one versus the other? Please do not about the stuff I have stated I am not interested in. Simply want to compare Outlook vs Outlook Express's email program and how either will serve me best. My needs: 1 - I do not waste anybody's time with stuff that is not relevant to my question. Outlook or Outlook Express? For EMAIL PURPOSES. One or the other, Why vs Why Not? After
Problem seeing some characters when sending email to Outlook client Outlook Using VB6, I am sending an HTML email using SMTP. I am having a problem like a bullet point that looks like an arrow) thru email that is received in Outlook. The weird thing is some Outlook client can see the arrow fine, some can not. My Outlook 2003 used to be able to see the arrow ok, but now it does not Some Outlook 2007 can see it ok, some cannot. I can see the arrow fine in Gmail a problem with: = E2 = 96 = BA That arrow character becomes this in some of the Outlook client: – Thank you for your help. This is my code: Set poSendMail = 3D New clsSendMail 3D"FONT-FAMILY: 'Trebuchet MS'; FONT-SIZE: 18pt; FONT- WEIGHT: bold"> a Solutions: October 14, 2010< / SPAN> < / FONT> < / B> <B> <FONT face = 3D"Trebuchet MS"> <SPAN style = 3D"FONT-FAMILY: 'Trebuchet
Trying to get my head around IMAP Outlook My ISP have recently moved their servers to Gmail and Hence IMAP seems to be me a few headaches though, not least of which is the following. I have configured Outlook 2007 (SP2) to save my sent mail in the "Sent" folder on the IMAP server items from both machines. This seems to work fine when composing new email from within Outlook itself, by clicking the "New" button on the toolbar. If, however, I decided to send another app, for example Word or Excel, using the Email button on the QAT (or Office Orb | Send | Email), the message gets saved in my local not even sure if this is an Outlook, Office or Windows issue (I am using Vista Ultimate SP2) but is this normal? If so, is there any way around it? Outlook Discussions Outlook 2010 (1) Outlook 2007 (1) Office (1) Excel (1) Vista (1) Word (1
Handling application.quit event Outlook Hello, i am developing an exe application and i use global object to declare outlook application withevents. I use outlook 2007 sp2 and i am having trouble releasing my variable references or reusing then. I use this code : Public Class StartOE Private WithEvents o As Outlook.Application = Nothing Private ns As Outlook.NameSpace = Nothing Private omFolder As Outlook.MAPIFolder = Nothing Public Sub New() If detectOutlook() Then o = GetObject(, "Outlook.Application") Else o = New Outlook.Application End If Try ns = o.GetNamespace("MAPI") ' get namespace ns.Logon("", "", True, True) 'log