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.
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 27685 - 27714 of 28048   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
27685
I have found some reference to this type of task from developer resources (I am not a programmer) and some commercial software packages that do this type of...
rrupertiris
Offline Send Email
Jul 1, 2008
8:17 pm
27686
I am trying to set the recipient status as 'accepted / decline' of recurring appointment using extended MAPI PR_RECIPIENT_TRACKSTATUS. It is working fine for...
sujuvp
Offline Send Email
Jul 8, 2008
5:51 pm
27687
How/if do you save the exception and its parent message? Do you see the change in MFCMAPI or OutlookSpy (click IMessage)? From: outlook-dev@yahoogroups.com...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jul 8, 2008
5:55 pm
27688
Thanks for reply. After setting PR_RECIPIENT_TRACKSTATUS as 'Declined'. First I am modifying recipient table of exception appointment. hr =...
sujuvp
Offline Send Email
Jul 15, 2008
10:17 am
27689
What is pAppointment->Save()? Are you using *both* OOM and MAPI to do that? Outlook can and will overwrite your changes. From: outlook-dev@yahoogroups.com...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jul 15, 2008
4:43 pm
27690
If you are a Vista administrative user with the UAC on or off our install works and our Outlook addin runs as expected in both Office 2003 and Office 2007. I...
spinni_dog
Offline Send Email
Jul 15, 2008
9:04 pm
27691
It's better to use only one of HKCU or HKLM, not both. For standard users installing with UAC on and using an admin password it's best to install to HKLM so...
Ken Slovak
kenslovak2000
Offline Send Email
Jul 15, 2008
10:49 pm
27692
Ken, My understanding from what I've read we move the HKCU\Software\Classes registry entries to HKLM\Software\Classes. It specifically says not to move the...
Sara Knight
spinni_dog
Offline Send Email
Jul 16, 2008
12:26 am
27693
We're referring to 2 different COM registrations. The class registrations are what you are talking about, I'm talking about the addin registrations at either...
Ken Slovak
kenslovak2000
Offline Send Email
Jul 16, 2008
12:56 pm
27694
Net4manpower urgent requirement for software programmer Whether you are a webmaster seeking to avail the service of a freelancer or whether you are a freelance...
n4mp01
Offline Send Email
Jul 23, 2008
2:38 pm
27695
We have a COM add-in, that works flawlessly and is "properly written" with respect to the whole Outlook Security thing. We never, ever get the warning, except...
Brad [VE3BSM]
bpsmicro
Offline Send Email
Jul 25, 2008
5:41 pm
27696
I have a customized contact form which includes several datagrids to show data from an access database. I installed the customized form on a public folder in...
Alexander Kopetzky
alex_kopetzky
Offline Send Email
Jul 28, 2008
8:06 am
27697
. Are you referencing any COM objects in your code that may not be installed on the affected user's computer? . Does your Outlook code use any...
Eric Legault
ericmlegault
Offline Send Email
Jul 29, 2008
2:28 pm
27698
Hi Sarav, As Dmitry originally suggested to me you need to make sure to free all references to that item before opening it. So you need to do something like...
Lukáš Neumann
lneumann007
Offline Send Email
Jul 30, 2008
7:55 am
27699
Hi Lukas, Thank you very much for your email. I am sorry, I am still having problems displaying RichText in the email. The code(.NET) that I used to test is as...
saravananpalaniappan
saravananpal...
Offline Send Email
Jul 31, 2008
12:40 pm
27700
Hi Sarav, In .NET world setting a COM pointer to Nothing (VB.NET) / null (C#) does not free the reference. You need to call Marshal.ReleaseComObject() to force...
Lukáš Neumann
lneumann007
Offline Send Email
Jul 31, 2008
12:45 pm
27701
I'm working on an add-in in which I'd like to do some pre-processing before an item is printed. There's no actual Inspector "BeforePrint" event, but for my...
Brad Smith
bpsmicro
Offline Send Email
Jul 31, 2008
5:34 pm
27702
Answering my own question. I remembered that I had to hook into the <commands> structure in my ribbon hander XML and "repurpose" them. I now have my event...
Brad [VE3BSM]
bpsmicro
Offline Send Email
Jul 31, 2008
6:13 pm
27703
Hi Luke, Thank you very much. It fixed the problem and I am now able to preview the email in RTF format before sending it. Since it is .NET, I also had to...
saravananpalaniappan
saravananpal...
Offline Send Email
Aug 4, 2008
12:33 pm
27704
Outlook 2007, Exchange 2007 I am receiving this error when attempting to publish to the Organizational Forms Library: "Cannot publish the form because of a...
gboehm23060
Offline Send Email
Aug 8, 2008
2:03 pm
27705
I'm sure this must be almost an FAQ, but my searching has failed to reveal the answer. I need to do a little processing of embedded messages within another...
Brad [VE3BSM]
bpsmicro
Offline Send Email
Aug 8, 2008
3:28 pm
27706
If it is a regular (not embedded) message, you can use Namespace.GetItemFromID. In case of an embedded message, you cannot access it as MailItem. From:...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Aug 8, 2008
3:36 pm
27707
Bummer, it's an embedded message. Okay, I'll have to find a different way to accomplish my goals. Thanks. (I sure wish OL2007 didn't always double-space my...
Brad [VE3BSM]
bpsmicro
Offline Send Email
Aug 8, 2008
3:47 pm
27708
Which methods were you thinking about? From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf Of Brad [VE3BSM] Sent: Friday, August...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Aug 8, 2008
4:12 pm
27709
The gist of it is that when you select multiple messages in a folder and hit Forward, this generates a new message with your selections as embedded ...
Brad [VE3BSM]
bpsmicro
Offline Send Email
Aug 8, 2008
4:27 pm
27710
Exchange w/ Outlook 2003 client: In my office, we have a shared email account that we use to receive monthly reports from other departments. All of these...
mp_spellman
Offline Send Email
Aug 15, 2008
1:32 am
27711
1) Outlook doesn't have any rule condition to support that with personal distribution lists. You'd have to use a GAL DL. 2) Any "run a script" rule is by...
Sue Mosher
mosher_sue
Offline Send Email
Aug 15, 2008
1:41 am
27712
Thanks for the reply: 1: I had admin create a Distribution group for me, but when I tried running my rule using the group instead of the individual users, the ...
mp_spellman
Offline Send Email
Aug 15, 2008
11:08 am
27713
1) I may have been thinking of the rule for mail sent *to* a DL, not *from*. It's been a while since I used rules with a DL (another reason an event sink would...
Sue Mosher
mosher_sue
Offline Send Email
Aug 15, 2008
1:52 pm
27714
I have a need for an Outlook macro that can be run when a specific email is open. The macro has to open in turn two attached .pdf files and then somehow read...
jiryh
Offline Send Email
Sep 4, 2008
12:21 pm
Messages 27685 - 27714 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