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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 25412 - 25441 of 27685   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
25412
Hi... First, regarding my code snippet. I created an App object and hence couldn't find anything, and that was a... "duh" moment ;-) Second, I've been looking...
rcsternbergh
Offline Send Email
Jun 2, 2005
2:06 pm
25413
Again, just trying stuff... I had the thought of referencing the Excel class within Outlook. I added the MS Excel objects to Tool/Reference, then changed: Set...
rcsternbergh
Offline Send Email
Jun 2, 2005
3:15 pm
25414
I tried the following in Excel: Sub tstOutlook() Dim olApp As Outlook.Application Dim vbeCurrent As Object Set olApp = GetObject(, "Outlook.Application") Set...
rcsternbergh
Offline Send Email
Jun 2, 2005
3:28 pm
25415
My VB.NET 2003 app extracts messages from PST's and saves them to the file system, and later imports these .msg's back into a PST. I am using Redemption...
mjackson6969
Offline Send Email
Jun 2, 2005
6:13 pm
25416 Idle Giles (RTF) NHCT
calor_flagger
Offline Send Email
Jun 3, 2005
1:11 pm
25417
No I mean the actual Exchange mailbox. ... From: Eric Woodford To: outlook-dev@yahoogroups.com Sent: Tuesday, May 31, 2005 11:01 AM Subject: Re: Using CDO to...
Bill Tokar
tokarbil
Offline Send Email
Jun 3, 2005
5:16 pm
25418
Sorry, never heard of Private Folders. Still sounds like Personal Folders, but changed the Display name entry when adding to the profile. Similar to what...
Eric Woodford
ericwoodford
Offline Send Email
Jun 3, 2005
5:53 pm
25419
Put code in the Item_Open event handler to (a) check whether Item.Sent = True and (b) if so, check property values and show/hide frames using the syntax...
Sue Mosher
sue_mosher_g...
Offline Send Email
Jun 4, 2005
12:20 pm
25420
You're out of luck. No events fire, at least not at the Outlook object model level. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming -...
Sue Mosher
sue_mosher_g...
Offline Send Email
Jun 4, 2005
12:20 pm
25421
Since the Insert | File command is disabled on received items, you will need to add a custom dialog control to the form (and a button to launch it ) to allow...
Sue Mosher
sue_mosher_g...
Offline Send Email
Jun 4, 2005
12:23 pm
25422
No, the Outlook object model provides no methods for encrypting or decrypting a message. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming -...
Sue Mosher
sue_mosher_g...
Offline Send Email
Jun 4, 2005
12:25 pm
25423
If your copy of Outlook is running, you can use a recurring task with a reminder and the Application.Reminder event to handle this. Otherwise, you will...
Sue Mosher
sue_mosher_g...
Offline Send Email
Jun 4, 2005
12:27 pm
25424
It's a known issue with Exchange 2000; see http://www.slipstick.com/exs/pfshare.htm#problems. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook...
Sue Mosher
sue_mosher_g...
Offline Send Email
Jun 4, 2005
12:29 pm
25425
You didn't say what version of Outlook or whether these contact folders are in Exchange mailboxes or .pst files. -- Sue Mosher, Outlook MVP Author of Microsoft...
Sue Mosher
sue_mosher_g...
Offline Send Email
Jun 4, 2005
12:31 pm
25426
Can you import MSG files with CDO? One of our developers needs to do this and is having great difficulty. It seems to work just fine with OOM....
Keith Ralston
rkralston
Offline Send Email
Jun 5, 2005
2:52 am
25427
Hi All I would like to enable globally enable a Public Folder as an Outlook Address Book. It's pretty easy simple how to enable the option programmatically...
Marc-andre Poupier
MaPoupier
Offline Send Email
Jun 6, 2005
2:35 am
25428
Your code must run on each workstation as "show folder in AB" settings are stored locally on each machnine in a profile section. How about a logon script? ... ...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jun 6, 2005
6:00 am
25429
Another approach is to put the code in a folder home page, which ensures that Outlook is running under the desired profile when you run the script. You can use...
Sue Mosher
sue_mosher_g...
Offline Send Email
Jun 6, 2005
11:58 am
25430
its a load of rubbish but this is what i've got so far. i have tried but i can't make any more headway. please can you help further? Sub Item_Open() Set...
calor_flagger
Offline Send Email
Jun 6, 2005
4:00 pm
25431
Doesn't look like rubbish to me. Are you seeing a particular problem? You did publish the form, right?...
Sue Mosher
sue_mosher_g...
Offline Send Email
Jun 7, 2005
2:35 am
25432
Microsoft's announced at Tech Ed today that Visual Studio 2005 Tools for Office will include support for developing managed add-ins for Outlook. That should...
Sue Mosher
turtleflock
Offline Send Email
Jun 7, 2005
3:19 am
25433
I have been using OutlookSpy 2.9 to drill into custom fields on a task. My goal is to write a macro to export these fields to Excel (pretty easy I thought). ...
msaxt1n
Offline Send Email
Jun 7, 2005
3:20 am
25434
Sorry folks. Someday I'll learn to type. Links are at http://www.outlookcode.com/d/index.htm rather than the address I gave earlier....
Sue Mosher
sue_mosher_g...
Offline Send Email
Jun 7, 2005
3:34 am
25435
Which like of code or the UI action produces this error? Note that Outlook cannot handle when a user selects a large number of items (>200) under Exchange and...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jun 7, 2005
5:25 am
25436
Oops, "which line of code". ... From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf Of Streblechenko, Dmitry Sent: Monday, June...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jun 7, 2005
5:31 am
25437
thanks, i was pleasantly surprised it is on the right track. however, the problem is that the frame is showing up on the read page when nothing is entered in...
calor_flagger
Offline Send Email
Jun 7, 2005
11:27 am
25438
Does any other code on the form run? Does it have one-off symptoms?...
Sue Mosher
sue_mosher_g...
Offline Send Email
Jun 7, 2005
12:59 pm
25439
We have a number of custom forms developed in various versions of Outlook, from Outlook 2000 to Outlook 2003. Some other forms we've developed are the office...
Chatham, Steve
scremington
Offline Send Email
Jun 7, 2005
1:13 pm
25440
If we configure the imap account in outlook it will initially fetch only the headers and when you select the mail it will download the body. I want to know...
thsree
Online Now Send Email
Jun 7, 2005
3:25 pm
25441
I am exporting the whole task folder so I am way over 200+ records. I would say it is more like 500 task records. I haven't figured out which line is...
Michael Saxton
msaxt1n
Offline Send Email
Jun 7, 2005
3:26 pm
Messages 25412 - 25441 of 27685   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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