| Forum: MOSS and WSS General |
|---|
| Topic: RE: Active Desktop Recovery Error |
|---|
| RE: Active Desktop Recovery Error [message #595910] |
Sat, 07 November 2009 01:22 |
|
Goto regedit
HKEY_CURRENT_USER\Software\Microsoft\Internet
Explorer\Desktop\SafeMode\General and change the or Decimal value to 0
it works.
"The Color Robert" wrote:
> Howdy,
> Whenever I try to use the "Restore my active desktop" button (I'm
> surrently trying to fix a friend's computer) an error pops up which reads: "
> An error has occured in the script on this page:
> file:///C:/Documents%20and%20Settings/<user
> name> /Aplication%20Data/Microsoft/Internet%20Explorer/Desktop.htt
>
> Do you want o continue running scripts on this page? y/n"
>
> and whichever i choose (yes, or no,) nothing happens and my desktop is not
> fixed. Any help would be appreciated.
>
> line: 65
> Char: 1
> Error:Object doesnt support this action
> code: 0
> URL
|
|
|
| Forum: Microsoft Office add-ins |
|---|
| Topic: major issue in outlook "Change in forward mail also change selected mail " |
|---|
| major issue in outlook "Change in forward mail also change selected mail " [message #595924] |
Sat, 07 November 2009 06:08 |
|
outlook change the body of selected mail if we change body of forward mail.
I have a sample application which i got from following site.
http://www.codeproject.com/KB/COM/outlookaddin.aspx
I attach the project on rapidshare, please get it from
http://rapidshare.com/files/302193923/sample1.rar.html
..
In this application i register inspector event. When select a mail in
outlook click on forward button it calls onnewinspector
here i change mailbody and return. After that i found mail body is also
change in selected mail.
So i think it's serious issue in Outlook.
In Onnewinspector below code change body
HRESULT CAddin::Invoke(DISPID dispidMember,REFIID riid,LCID lcid, WORD
wFlags,
DISPPARAMS* pDispParams, VARIANT* pvarResult,
EXCEPINFO* pExcepInfo, UINT* puArgErr)
{
if(dispidMember = 0xf001)
{
if (!pDispParams)
return E_INVALIDARG;
if (pDispParams->cArgs > 0)
{
IDispatchPtr pDisp(pDispParams->rgvarg[0].pdispVal);
CComQIPtr<_Inspector> spInspector(pDisp);
IDispatchPtr dsptr = NULL;
spInspector->get_CurrentItem(&dsptr);
_MailItemPtr mptr = NULL;
mptr = dsptr;
_bstr_t bd = "this is new body";
if(mptr)
{
RecipientsPtr rptr = NULL;
mptr->get_Recipients(&rptr);
if(rptr)
{
long count = 0;
rptr->get_Count(&count);
if(count == 0)
mptr->put_Body(bd);
mptr = NULL;
}
}
}
}
return S_OK;
}
|
|
|
| Forum: Discussions for Outlook users |
|---|
| Topic: .PST files on server |
|---|
| .PST files on server [message #595928] |
Sat, 07 November 2009 11:10 |
dma431 Messages: 1 Registered: November 2009 Location: New York |
Junior Member |
|
|
Hello. I need to be able to work with several email accounts on outlook from different computers in a home network. Right now I have independent versions of outlook on 3 computers. I want to know if it is possible to move the .pst files to the server and configure outlook to access them on the network. Also, what about sent messages? If I send something from one computer, will the other computers store that email in their sent folder too?
Thanks.
|
|
|
| Forum: Outlook Public |
|---|
| Topic: prevented fron opening links because of restrictions set on compu. |
|---|
| prevented fron opening links because of restrictions set on compu. [message #595912] |
Sat, 07 November 2009 03:51 |
|
when i try to open a link from outlook i receive a message saying i'm
prevented from opening because of restrictions set on the computer and to
contact system administrator. its a home pc. Help please???
|
|
|
|
| Re: prevented fron opening links because of restrictions set on compu. [message #595914] |
Sat, 07 November 2009 06:34 |
|
See the following
http://slipstick.me/restrict
--
Peter
Please Reply to Newsgroup for the benefit of others
Requests for assistance by email can not and will not be acknowledged.
"denis.t" <denis.t@discussions.microsoft.com> wrote in message
news:7ECB9395-B788-404F-8152-B70F1E9FCAFA@microsoft.com...
> when i try to open a link from outlook i receive a message saying i'm
> prevented from opening because of restrictions set on the computer and to
> contact system administrator. its a home pc. Help please???
|
|
|
| Topic: Fixing Inbox location |
|---|
| Re: Fixing Inbox location [message #595929] |
Sat, 07 November 2009 09:14 |
|
No, he said to create a new pst-file, not a new Inbox folder;
File-> New-> Outlook Data File...
Then copy all your data from the original pst-file to the new one.
Considering the seriousness of the original issue with your pst-file (Lost
and Found folders are an indication of that), I would not continue with that
pst-file even if it was repaired.
--
Robert Sparnaaij [MVP-Outlook]
Coauthor, Configuring Microsoft Outlook 2003
http://www.howto-outlook.com/
Outlook FAQ, HowTo, Downloads, Add-Ins and more
http://www.msoutlook.info/
Real World Questions, Real World Answers
-----
"Charley Kyd" <kyd@exceluser.com> wrote in message
news:hd2csv$ofv$1@news.parasun.com...
> Neo,
>
> Boiling your advice down to its basic point, you told me to forget about
> *moving* the Inbox. Instead, create a new one, then copy my old mail into
> it.
>
> So I created a new Inbox where I want it. Then I used Tools, Account
> Settings, Change Folder to set up the new Inbox as my real Inbox. I sent a
> test email to myself to make sure it worked. I copied messages from my old
> Inbox to the new one. Then I deleted the old one.
>
> Thanks for setting me on the right path!
>
> Charley
>
>
> "neo" <neo@discussions.microsoft.com> wrote in message
> news:uot$XqyXKHA.5368@TK2MSFTNGP02.phx.gbl...
>>I would create a new PST and set that as your default delivery location.
>>Once that is done (and you restart Outlook), you should be able to move
>>the folder from out of lost and found. Once done, you can reset the
>>default delivery location back to the old PST and ditch the new one.
>>
>> "Charley Kyd" <kyd@exceluser.com> wrote in message
>> news:hd1t7d$5qb$1@news.parasun.com...
>>>I had to run scanpst.exe to restore a damaged pst file. After I did so
>>> my Inbox was named "Recovered Folder 8082" and placed in Lost
>>> and Found.
>>>
>>> To rename the folder back to Inbox, I used /resetfoldernames. However,
>>> Outlook doesn't let me move the Inbox out of the Lost and Found folder.
>>>
>>> Any suggestions?
>>>
>>> Thanks.
>>>
>>> Charley
>>>
>>
>>
>
>
|
|
|
| Forum: Outlook |
|---|
| Topic: Outlook 2007, how to disable or modify my replies? |
|---|
| Outlook 2007, how to disable or modify my replies? [message #595894] |
Sat, 07 November 2009 00:01 |
trilaf Messages: 1 Registered: November 2009 |
Junior Member |
|
|
I have my college's email account auto-forwarded (they don't offer pop3 or imap) to my main gmail account so I don't have to go to their website to check for mail. That gmail account, and others, use pop3 down to my Outlook 2007. In my Outlook, I have a rule that puts mail sent to my @college address into a folder named Collegemail.
Since the college email system lacks pop3 or imap, I have to go to their site to send a reply, so that the reply will be sent from my @college email address. The problem is that I cannot seem to get into the habit of going to my college's website to reply to those emails, so quite often I reply to them while in Outlook, which means my replies are sent "from" my main gmail address.
How can I set up Outlook to either 1) disable replying to emails in the Collegemail folder or to emails where my college email address is in the original To: line, or else 2) set it to send those replies from a non-functional dummy account. The dummy account would be unable to send the email so the email would be stuck in the Outbox. (I already have the non-functional dummy account set up as Outlook's "Default" account. When I compose a new mail I have to deliberately pick one of my good accounts to send the new mail with, or else Outlook uses the default dummy account and the email stays in the Outbox with a Send error.)
Thanks.
|
|
|
| Topic: Outlook vs Hotmail |
|---|
| Re: Outlook vs Hotmail [message #595899] |
Sat, 07 November 2009 00:41 |
|
On Fri, 6 Nov 2009 17:51:01 -0800, Al wrote:
> I'm confused about this whole Outlook vs Hotmail thing. I have the same
> email address for both, and I assume it's the same account.
Indeed, it is. "Hotmail" is the service, "Outlook" is the client which
accesses the service.
> I much prefer using Outlook as my email default.
By which I assume you mean your "default email client". Client and service
are very different "kinds of things".
> Problem is, of the hundreds of email messages I receive, when I delete them
> in Outlook, they stay in my Hotmail Inbox unless I log on and manually delete
> them AGAIN.
I believe Outlook can use something called, "WebDAV" to access HTTPMail
accounts. Alas, as of Sept. 1, 2009, Windows Live (formerly MSN) has
disabled the "WebDAV" protocol in favor of a newer protocol called,
"DeltaSync". Older client which only know "WebDAV" no longer have HTTPMail
access to Hotmail accounts.
Your choices are:
POP3 access. This is not a "synchronizing" protocol, as "WebDAV" was, and
"DeltaSync" is.
Office Outlook Connector. Only available for Outlook 2003 and Outlook 2007.
This provides the "DeltaSync" protocol necessary for synchronizing your
Hotmail folders.
> Is there any way to coordinate my mailbox so that when I get rid of an
> email in Outlook, it doesn't show up again in Hotmail? Thanks!
Only choice for that is Office Outlook Connector; but that won't work if you
have Outlook 2002, or earlier.
--
Norman
~Oh Lord, why have you come
~To Konnyu, with the Lion and the Drum
|
|
|
| Topic: outlook 2007 outlook.pst cannot be found |
|---|
| outlook 2007 outlook.pst cannot be found [message #595900] |
Sat, 07 November 2009 00:55 |
|
I open outlook after rebooting and my outlook.pst cannot be found. I search
pc inc hidden files and it can not be found... I restore it using Acronis
back up and next time I reboot the pst file is missing again
I use outlook 2007 and Office Home and Student 2007. Please help as it is
driving me nuts
|
|
|
| RE: outlook 2007 outlook.pst cannot be found [message #595901] |
Sat, 07 November 2009 01:39 |
|
I use OL 2007, Vista Business x64, assuming you are using Vista you should
find the Outlook.pst file in C:\Users\jgt\AppData\Local\Microsoft\Outlook
This is assuming you have not changed the location of the data file.
In OL if you click File > Data File Management in the window that pops up
you can see where OL thinks the PST file is located.
I've used Acronis (the latest version "Acronis True Image Home 2010") and
have restored my OL PST file from a backup. If you open your backup through
Acronis you should see the PST in the folder (use the path above). BTW in
this folder area a few other OL files. When I restored from the Acronis
backup I copied the contents of the folder.
|
|
|
| RE: outlook 2007 outlook.pst cannot be found [message #595903] |
Sat, 07 November 2009 02:39 |
|
More info for you
On Vista you may need to browse to Windows Explorer's Organize | Folder and
Search Options | View tab and select Show hidden files and folders.
Vista replaces Documents and Settings folder path with a Users path. As a
result, in Vista you'll find Outlook stores the PST and OST, in
C:\Users\<username>\AppData\Local\Microsoft\Outlook.
Hotmail, IMAP, and Live Connector message stores can not be moved but POP3
and Exchange offline or cache storage can be moved to other locations.
All other Outlook configuration files are stored in
C:\Users\<username>\AppData\Roaming\Microsoft\Outlook and cannot be moved.
Tip: Copy the following lines and paste into Vista's Start menu "Start
Search" field to open these folders:
To access the folder holding the toolbar, VBA, send & receive settings, and
nickname files, copy and paste:
%USERPROFILE%\Application Data\Microsoft\Outlook
To see the message store files, copy and paste:
%USERPROFILE%\Local Settings\Application Data\Microsoft\Outlook
|
|
|
| Topic: Import contact folder and address book from Outlook Express to Out |
|---|
| Re: Import contact folder and address book from Outlook Express to [message #595915] |
Sat, 07 November 2009 03:36 |
|
"SeveJA" <SeveJA@discussions.microsoft.com> wrote in message
news:FA0FBEA1-79AF-4DC3-80C6-9F163193D279@microsoft.com...
> Ben,
>
> I don't know if you helped Oh Yah, but I am having a problem with the
> import
> export routine. Importing Windows mail messages into Outlook 2007. Only
> about 1/3 of about 2000 messages import. All the contacts import fine.
> Have
> you ever ran across this before.
Don't import in Outlook - export FROM Windows Mail.
|
|
|
| Topic: IMAP Deleted Items |
|---|
| IMAP Deleted Items [message #595916] |
Sat, 07 November 2009 04:16 |
|
Hi - I understand about IMAP deleted items etc,
However - where do they go? Supposing I delete a message from the inbox by
mistake- i dont seem to be able to find it anywhere?
Also, they just seem to delete permanately - there is no strikethrough/then
purge option?
Please help!
Thanks
|
|
|
| Topic: failed updates at all times |
|---|
| failed updates at all times [message #595904] |
Sat, 07 November 2009 02:54 |
|
how can i sort out this please ? all auto installations getting failed...
.....some updates could not be installed......
Update for Microsoft Office Outlook 2003 Junk Email Filter (KB974771)
Security Update for Microsoft Office 2003 (KB972580)
Security Update for Microsoft Office 2003 (KB974554)
Security Update for Microsoft Office Outlook 2003 (KB973705)
thanks
|
|
|
| Re: failed updates at all times [message #595917] |
Sat, 07 November 2009 05:13 |
|
You'll need to check the installation log to find out why they failed. There
should also be a error code being reported back from Microsoft Update.
What happens if you use the standalone installer?
Do other updates to Windows install correctly?
Reinstalling Office might be a quicker way to solve it as well instead of
trying to analyze the log files. No configuration settings or mail data will
be lost but it is still good to make a backup first. To do this see;
http://www.howto-outlook.com/howto/backupandrestore.htm
--
Robert Sparnaaij [MVP-Outlook]
Coauthor, Configuring Microsoft Outlook 2003
http://www.howto-outlook.com/
Outlook FAQ, HowTo, Downloads, Add-Ins and more
http://www.msoutlook.info/
Real World Questions, Real World Answers
-----
"carachi" <carachi@discussions.microsoft.com> wrote in message
news:C5675365-52C4-4F5D-9E80-FD6C917176CB@microsoft.com...
> how can i sort out this please ? all auto installations getting failed...
>
> ....some updates could not be installed......
>
> Update for Microsoft Office Outlook 2003 Junk Email Filter (KB974771)
> Security Update for Microsoft Office 2003 (KB972580)
> Security Update for Microsoft Office 2003 (KB974554)
> Security Update for Microsoft Office Outlook 2003 (KB973705)
> thanks
|
|
|
| Topic: Hpw can I remove 'Fliter applied" 409 from the bottom of my Inbox |
|---|
| Hpw can I remove 'Fliter applied" 409 from the bottom of my Inbox [message #595905] |
Sat, 07 November 2009 03:02 |
|
|
This is in the inbox of Microsoft outlook.
|
|
|
|
| Topic: Mail merge from an email address that is not my default email addr |
|---|
| Mail merge from an email address that is not my default email addr [message #595902] |
Sat, 07 November 2009 02:05 |
|
I run 2007 office (Vista)
Can I complete a mail merge from an email account set up in outlook 2007
that is not my default account? (each account has a different footer)
Or do I have to make the account I wish to mail merge from my default
account and then change it back to the original account once completed?
--
Thanks in advance.
Scoober
|
|
|
| Re: Mail merge from an email address that is not my default email addr [message #595919] |
Sat, 07 November 2009 05:15 |
|
Yes, that would be the quickest solution :-)
--
Robert Sparnaaij [MVP-Outlook]
Coauthor, Configuring Microsoft Outlook 2003
http://www.howto-outlook.com/
Outlook FAQ, HowTo, Downloads, Add-Ins and more
http://www.msoutlook.info/
Real World Questions, Real World Answers
-----
"Scoober" <Scoober@discussions.microsoft.com> wrote in message
news:4A21A6B6-A7C3-4E26-A39B-0979ADA2CEC7@microsoft.com...
> I run 2007 office (Vista)
>
> Can I complete a mail merge from an email account set up in outlook 2007
> that is not my default account? (each account has a different footer)
>
> Or do I have to make the account I wish to mail merge from my default
> account and then change it back to the original account once completed?
> --
> Thanks in advance.
>
> Scoober
|
|
|