I am trying to determine what the name of the attachment was that was included in an email I received 2 days ago. I still have the email but I do not have the...
Ed Carden
ed.carden@...
Jul 1, 2005 1:40 pm
25532
Ed, Is your pop3 settings set to leave a copy of the server for x number of days? ... From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On...
Assume you want the next available number. 1. Design your numbering system around time like Comp.Year.Month.DAY.Hour.min xxx.05.07.01.13.20 = string or...
Asuming the custom field is defined in the folder where the data resides, you can use MAPIFolder.Items.Sort to sort on that field in descending order, then use...
Hi: I am spanish and I think that my inglish is very poor so I will try to explain my problem the best I can. I´m traying to configure a workflow system with...
Miguel, Your English is very good. Unfortunately I do not know any spanish resources that can help you. You might try searching for your error on Google. The...
Hi, i have a custom outlook task form. The form is basically a Activex form developed using C#. I'm having a hard time trying to subscribe to task form close...
Sorry, but you lost me. An ActiveX form can't be a custom Outlook form. Are you saying that you are going to have Outlook display this form **instead of** the...
The custom form basically loads a Activex control written in C#. What i wanted is to subscribe to the form close event. So far i'm not able to find such an...
It's still touch for me to read C# code, but I don't see where the item for itemClass is coming from. In other words, which particular item are you working...
Sorry for the omission, the custom form loads a activex control. in the activex control i use the following piece to get the TaskItem TaskItem item =...
i'm using the ActiveInspector.CurrentItem to get the TaskItem and using it successfully to set values in my activex control and also events such as Item.Write...
I have several vba macros I have created for Outlook 2000, on my old PC they worked fine but I have gotten a new computer, when I try to run hte macros I...
Sounds like you still need to restart Outlook. Make sure that any other program that might be using Outlook -- e.g. a PDA sync tool -- is also shut down, so...
Hi everyone, I've recently run into a problem that I have a hard time getting around. I'm running a Outlook 2000 with sp3 against an Exchange 5.5. The client...
Hi All Does anybody have any sample code or documentation about using webDav to process (accept, decline) a meeting invitation in exchange server ? TIA...
Hi greeting, I implemented a COM Addin via C++, however, I have to re-start the Outlook to make the Addin enable. Can anyone tell me how to enable it without...
Greetings! If Outlook is open when an application I work on is running, and then the application closes, Outlook becomes disabled and pops up a message "Can't...
Q: Can a Outlook Form be converted as a Normal text email? Q. Is the solution built-in ? Q. Is there any change required on Exchange Server? Appreciate your...
I was wondering if anyone has tried or seen some type of "hoteling" forms to be used with Outlook. This would be used to reserve "shared offices" amongst our...
Gomez, Mary Lou
marylou.gomez@...
Jul 19, 2005 2:41 pm
25557
Does she happen to have the form published to her personal forms library (in addition to the Organizational Forms Library)? If so, when Outlook tries to look...
we configured our 'hotel cube' up using the same scripts as a conference room. This requires you are running Microsoft Exchange server in the backend. Google...
Great, thank you. Yes, we are running Exchange 2000 currently. Mary Lou ... From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf Of...
Gomez, Mary Lou
marylou.gomez@...
Jul 19, 2005 9:09 pm
25560
Bill, Yes- If you are able to set the registry value for LoadBehavior to 8 (LoadOnDemand), Outlook might be able to dynamically load your Add-In. Example: ...