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 27771 - 27800 of 28048   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
27771
Hallo This is a question about how to "clear" a field after the outlook appointment Item Is closed. See: ...
Terje Kristiansen
terje252003
Offline Send Email
Jan 14, 2009
11:33 am
27772
Hello, Thanks in advance for your support. I tried using this code found elsewhere on these group pages and a similar one found at OutlookCode.com Can you tell...
mcvaris
Offline Send Email
Jan 14, 2009
2:05 pm
27773
Where is this Web code running? Outlook code requires that it be run on the client machine since that's where Outlook is installed and where at least one...
Ken Slovak
kenslovak2000
Offline Send Email
Jan 14, 2009
2:21 pm
27774
1. You must close the Inspector to release the underlying item. RDO doesn't really have any UI related functionality since it's an Extended MAPI wrapper. 2....
Ken Slovak
kenslovak2000
Offline Send Email
Jan 14, 2009
2:40 pm
27775
Thanks for your answer. But….. In an outlook form in the Item_Close If the Close metod was (olDiscard) I called this code: (Clean the field...
Terje Kristiansen
terje252003
Offline Send Email
Jan 14, 2009
3:36 pm
27776
I said it was possible. The Close event doesn't tell you if the item is closed using the olDiscard setting, in a form or in an addin, BTW. Try Dim RdoSession...
Ken Slovak
kenslovak2000
Offline Send Email
Jan 14, 2009
3:54 pm
27777
Thank you . Yes we have rewritten the Close event with a possibility to answer Yes/No to Save or Not. I will try your example. Best from terje Fra:...
Terje Kristiansen
terje252003
Offline Send Email
Jan 14, 2009
4:03 pm
27778
Also keep in mind that if you are mixing Outlook Object Model and Redemption, SafeAppontmentItme would be a better choice than RDOAppoimtmentItem: all...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jan 14, 2009
4:38 pm
27779
Thanks Be aware of that this function only should be used it “Item_Close” event = olDiscard. So I think I have to access the Item after/when it is closed...
Terje Kristiansen
terje252003
Offline Send Email
Jan 14, 2009
5:40 pm
27780
When I try to use RDO – next time I try to open the item (if I do it directly as the first item after closing it) everything Is OK until – I try to save: ...
Terje Kristiansen
terje252003
Offline Send Email
Jan 14, 2009
5:45 pm
27781
And – If I use Redemption.RDO to save – no error message– the error comes when I use standard “Microsoft.save”. terje Fra:...
Terje Kristiansen
terje252003
Offline Send Email
Jan 14, 2009
5:48 pm
27782
This is hardly surprising – both Outlook and RDO open the message independently, the first call to Save will be successful, the second caller however will...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jan 14, 2009
5:57 pm
27783
Ken, thank you for the reply. A little more about what I am trying to setup might help. And please be patient with me. Thanks again. I am trying to setup a...
mcvaris
Offline Send Email
Jan 15, 2009
11:39 pm
27784
For your code to run at all either Outlook must be installed on that Web server or the Web code must runat client. If it runs at client then the user's Outlook...
Ken Slovak
kenslovak2000
Offline Send Email
Jan 16, 2009
2:56 pm
27785
Hi all Are there any tools out there to assist in developing a custom MAPI service provider (I'm of the understanding this is what our dev team needs to...
Guido Cianfanelli
gcianfanelli
Offline Send Email
Jan 19, 2009
10:55 am
27786
A MAPI service provider would be required to present an alternate store in Outlook, although you can talk to a database using code and synch to a standard...
Ken Slovak
kenslovak2000
Offline Send Email
Jan 19, 2009
1:33 pm
27787
Is it possible to logon to an exchange mailbox hosted outside our own company using RDO? Generally, we need to provide 3 infos to sign on to the hosted mailbox...
erikawonka
Offline Send Email
Jan 20, 2009
11:17 pm
27788
There is no way to connect to a hosted Exchange mailbox without a login prompt whether you are using RDO or pure MAPI: Exchange provider uses the identity of...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jan 20, 2009
11:23 pm
27789
Hallo again I worked a some more with my AddIn and here is what I found out. I have now tried to use both RDO and SafeAppointmentItem. I have changed all the...
Terje Kristiansen
terje252003
Offline Send Email
Jan 21, 2009
12:13 am
27790
1. Saved property in OOM has no MAPI equivalent – it is simply an internal flag that tells you whether Outlook thinks something has changes since the...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jan 21, 2009
12:25 am
27791
The background and reason for all this questions is: We are using a public folder/shared folder – where all our users have access to the Items inside this...
Terje Kristiansen
terje252003
Offline Send Email
Jan 21, 2009
6:55 am
27792
Thanks for your information – 1. Does RDO have property/internal flag similar to OOM flag – or an Item.Closing possibility? 2. If I use the existing MAPI...
Terje Kristiansen
terje252003
Offline Send Email
Jan 21, 2009
7:22 am
27793
Thanks Dmitry So I should 1) create a new local user on the computer 2) configure a default profile for the new user containing the hosted exchange account 3)...
erikawonka
Offline Send Email
Jan 22, 2009
8:40 am
27794
Hallo again After a lot of investigation I have found out when using the Item.Close(olDiscard) – Outlook 2007 is not releasing the Item 100% before start...
Terje Kristiansen
terje252003
Offline Send Email
Jan 22, 2009
9:28 am
27795
Not exactly - you do not need a local user, you need to add the domain user who owns the mailbox to the list of the local users. The problem is that with a...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jan 22, 2009
3:18 pm
27796
That usually occurs if an item hasn't been completely released and some reference somewhere is still being held on the item. That can come from not setting...
Ken Slovak
kenslovak2000
Offline Send Email
Jan 22, 2009
3:52 pm
27797
Thanks. This seems to be a real handicap for the whole hosted exchange mailbox concept. I mean how we supposed to automate our email if we have to keep...
erikawonka
Offline Send Email
Jan 23, 2009
12:05 am
27798
You could use WebDAV / Web Services for that. From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf Of erikawonka Sent: Thursday,...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jan 23, 2009
12:09 am
27799
Thanks again. I'm not sure I'm with you completely. Sorry maybe I'm being slow... If you mean I should create a Web Service interface for accessing the hosted...
erikawonka
Offline Send Email
Jan 23, 2009
2:31 am
27800
No, I mean WebDAV API exposed by Exchange 2003/2007 or WebServices API exposed by Exchange 2007. Both use HTTP under the hood, there is nothing for your to...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jan 23, 2009
2:48 am
Messages 27771 - 27800 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