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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 27679 - 27708 of 28048   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
27679
Is there anyway we can programitcally access the Public Folder properties and more specfically the Cached Exchange Mode Settings. Minmimally we need to know if...
spinni_dog
Offline Send Email
Jun 20, 2008
7:06 pm
27680
Cisco(IronPort)is looking for an expert Outlook Developer. Please contact me if you are interested. Thanks Brent Rogers breroger@... Senior Software...
brentjrogers22
Offline Send Email
Jun 20, 2008
9:46 pm
27681
Sure, using Extended MAPI (C++/Delphi). <plug> Redemption exposes this functionality through RDOExchangePublicFoldersStore.IsCached property - ...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jun 21, 2008
7:12 pm
27682
Outlook 2007 I have a formula field in an outlook form that takes the value of another field and multiplies it by 6. I'd like to have the result be in currency...
Boehm, Gary D.
gboehm23060
Offline Send Email
Jun 27, 2008
7:41 pm
27683
Use the Format() function for that. Look it up in Help in Outlook VBA for details: Format([NumberofTicketsRequested]*6, "Currency") On Fri, Jun 27, 2008 at...
Sue Mosher
mosher_sue
Offline Send Email
Jun 30, 2008
4:49 pm
27684
Thanks, that works, I had to figure out how to look for help in Outlook VBA but now that I found it I should be able to help myself some more. Gary ... From:...
Boehm, Gary D.
gboehm23060
Offline Send Email
Jun 30, 2008
4:59 pm
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
Messages 27679 - 27708 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