Search the web
Sign In
New User? Sign Up
outlook-dev · Outlook Development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 18654 - 18683 of 28048   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18654
Hi, Using CDO, is it possible to create a message which contains a link to an item that is stored in a public folder? TIA...
tazd7 <tazd7@...>
tazd7
Offline Send Email
Feb 2, 2003
11:19 am
18655
I wrote a script to access my inbox using Outlook Object Model. Scheduled this script under my domain/account in a test machine having outlook installed and...
Janarthanan, Prassana
jpbb4ever
Offline Send Email
Feb 2, 2003
4:26 pm
18656
I have an Outlook COM addin that relies on capturing the headers from a selected email. On one PC the addin responds with the above error when trying to assign...
Chris Jones
telespanltd
Offline Send Email
Feb 2, 2003
9:20 pm
18657
Hi, i am using folder home pages for one of my application to navigate thru.i have two web pages, one i am using as an actual home page which i am specifying...
prashanthhd <prashant...
prashanthhd
Offline Send Email
Feb 3, 2003
5:50 am
18658
Have you tried this on the second page : Set objOutlook = CreateObject("Outlook.Application") ... De : prashanthhd <prashanth.dharmaraj@...> ...
Laurent BERARD
lberard35
Offline Send Email
Feb 3, 2003
8:24 am
18659
Hi thanks for the reply. ya i tried that and i almost tried all possibilities but couldn't .is getting object on a web page other than a home page is so...
prashanthhd <prashant...
prashanthhd
Offline Send Email
Feb 3, 2003
8:50 am
18660
Hi, How can I check by code if an Outlook client is configured as Internet Mail Only (IMO) mode or Workgroup/Corporate mode ? Ståle...
stale.hustad@...
staale2002no
Offline Send Email
Feb 3, 2003
9:20 am
18661
... Hi, Has anyone found an elegant workaround to this problem (a trick to have some kind of multi-line comments that would pop up when the user leaves his...
nicolas_urien <nicola...
nicolas_urien
Offline Send Email
Feb 3, 2003
9:55 am
18662
I can't reproduce it. I've only seen it once from a user. It can't be coming from any of those other routines because they all have error handling and the...
Ryan Tyler <ryan_tyle...
ryan_tyler_2001
Offline Send Email
Feb 3, 2003
2:45 pm
18663
Greetings! I am working with Outlook 2002 with Exchange 5.5. I was wondering if there was a way to cause all attachments to appear in the body of the message...
Othello911 <Wallen@...>
Othello911
Offline Send Email
Feb 3, 2003
3:36 pm
18664
Messages sent in rich-text format can have attachments in the body. For plain text and HTML messages, the attachment appears at the top. You could use the code...
mosher_sue <sue@...>
mosher_sue
Offline Send Email
Feb 3, 2003
3:49 pm
18665
Does anyone know where to change OE6 from stripping zip files? I can not seem to find it. Thanks...
Matthew Carpenter
great_spartacus
Offline Send Email
Feb 3, 2003
5:49 pm
18666
Check MailSupport value in HKEY_LOCAL_MACHINE\Software\Microsoft\Office\9.0\Outlook\Setup. Installation type MailSupport value ... Internet Mail Only...
maillist@...
neostorm2002
Offline Send Email
Feb 3, 2003
11:31 pm
18667
OE doesn't strip attachments. It only blocks access to under OE6(SP1). See Tools | Options | Security | Second checkbox from the top. ... From: Matthew...
maillist@...
neostorm2002
Offline Send Email
Feb 4, 2003
12:10 am
18668
An interesting problem to punt around: I'm working on my COM Add-In, which is (yet another) anti-spam filter (no, I'm not going to be selling it, but I ...
Brad Smith
bpsmicro
Offline Send Email
Feb 4, 2003
1:36 am
18669
This functionality is specific to the POP3 provider, there is no generic MAPI way to tell a provider to delete a mesage on a server. ... From: Brad Smith...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Feb 4, 2003
2:24 am
18670
Hi there How can i call a Macro in a Custom Outlook Form ? I am using Outlook 2000 and Exchange Server 2000 Regards Rajesh...
Rajesh <rajveena@...>
rajveena
Offline Send Email
Feb 4, 2003
3:32 am
18671
Hello Again! Thanks for those who helped me last week. I now have another question: I am coding in vb.net and I am attempting to retrieve a recipient by their...
trickstagal <tricksta...
trickstagal
Offline Send Email
Feb 4, 2003
5:38 am
18672
Use MAPIUtils.CreateRecipient() or MAPIUtils.GetAddressEntryFromID() ... From: trickstagal <trickstagal@...> [mailto:trickstagal@...] Sent: Mon...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Feb 4, 2003
6:04 am
18673
Thanks! Ståle...
stale.hustad@...
staale2002no
Offline Send Email
Feb 4, 2003
12:48 pm
18674
You mean call an Outlook VBA macro from an Outlook form? The technique is unsupported: Create the macro in the ThisOutlookSession module, then call it as a...
mosher_sue <sue@...>
mosher_sue
Offline Send Email
Feb 4, 2003
5:23 pm
18675
... Found the answer. I had mistakenly copied the cdo.dll from my first PC (to save time). Uninstalled and the re-installed from the Office CD and all is now...
Chris Jones
telespanltd
Offline Send Email
Feb 4, 2003
5:51 pm
18676
Easily done if you use a text link. One caveat is that if you use the Outlook://entryid format, the link won't work unless the user has already accessed the...
mosher_sue <sue@...>
mosher_sue
Offline Send Email
Feb 5, 2003
2:45 am
18677
Bummer. Obviously Outlook is calling some chunk of code when you manually empty Deleted Items, and I was hoping to be able to hook into that (without actually...
Brad Smith
bpsmicro
Offline Send Email
Feb 5, 2003
3:05 am
18678
Hi, I use Redemption object to sink with the new mail event of Outlook. My issue is this:- When numerous new mails come into Outlook, my COM AddIn's New Mail ...
walker1112003 <walker...
walker1112003
Offline Send Email
Feb 5, 2003
10:55 pm
18679
Create a separate thread to handle the new messages - your NewMail event handler would just add the entry id of the new message to a list and immediately...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Feb 6, 2003
5:20 am
18680
Hi, in our company using Exchange 2000 and outlook 2000 / 2002. I develope sam application in public folder using outlook form. I have few questions: 1) Is...
Parůžek Martin
martin.paruzek@...
Send Email
Feb 6, 2003
7:00 am
18681
I am new to Outlook development and I am trying to write a .NET object that will allow me to create a message and save it into the inbox as if it was actually...
jljackson222 <jljacks...
jljackson222
Offline Send Email
Feb 6, 2003
2:04 pm
18682
I have set up a special site from which members of Outlook Users and Outlook Development can download Plaxo Contact Management Software for free: ...
Elad Gil
eladgil
Offline Send Email
Feb 6, 2003
2:10 pm
18683
Why does this e-mail not mention that Plaxo was co-founded by someone from Napster? http://groups.google.com/groups?q=plaxo ...
Mavromatidis Haralambos
mavromhf
Offline Send Email
Feb 6, 2003
2:46 pm
Messages 18654 - 18683 of 28048   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help