Dmitry Streblec...0/4 10 Sep 2009
I tried this here. The Store is created, fine, but the folder is not created although the returned RDOFolder is not null I use Outlook 2007 RDOSession Session = new RDOSessionClass();// CreateObject("Redemption.RDOSession"); //Use the MAPI session from Outlook Object Model Session.MAPIOBJECT = theApp.Instance.Application.Session.
Dmitry Streblec...0/12 10 Sep 2009
Hi, I'm programming my Addin for Outlook2007. After running against several restrictions I know think about switching to Redemption and RDO, but it seems that it's a oneway road. If I doo I have completely to switch as it seems like RDO Objects cannot be casted to Outlook Object Model objects. What are your experiences?? Best Tom
Drivers Firmwar...0/1 10 Sep 2009
Drivers Firmware R4i, R4 Sdhc, M3i Zero, EzFlash Vi Dsi. http://www.elotrolado.net/hilo_drivers-y-firmware-de-r4-sdhc-r4i-ezflash-y-m3i-zero_1291216 ---------------------------------- -------------------------------- ------------------------------- ----------------------------- @bABC!uTB,<>M*W_+qeo?LkSV
escamoteur0/5 09 Sep 2009
Hi, I found some strange behaviour in Outlook 2007. I tried to itterate through all items of a folder usinf the items property. On the first time some of the items were missing. Calling the function a second time all items were returned. After that I tried it using a table and now everything worked fine. Btw. there are only about 30 items in the folder. Best Tom
escamoteur0/5 09 Sep 2009
Hi, when changing one specific custom prop on a Custom Form Region inspector and then closing the inspector without saving, I get twice a dialog asking if I want to save changes when closing Outlook but there is no inspector open at this time. Any idea?? Best Tom
ecm2001 winols ...0/1 09 Sep 2009
We can crack or emulate any protection type: Dongle, Hardlock, Hasp, Serial, Password, Hasp4, Flexlm, Sentinel, Wibu, Eutron Smartkey, Hasphl, Proteq, All the Protections!! email = xshowsoft@??? email = xshowsoft at gmail.com ecm2001 download ecm2001 rapidshare ecm2001 torrent ecm2001 crack ecm2001 v 5.3 ecm2001 v 5.4 ecm2001 v 5.5 ecm2001 v 6.0 ecm2001 v 6.1 ecm2001 v 6.2
Mark B0/3 09 Sep 2009
2007 VSTO C#. We have some tool tip text for onmouseover of one our custom 2007 ribbon icons: ----------------------------------- Division: Northern Region Plant Manager: Fred Smith Plant Manager Comment: Please deliver all incoming stock to gate A Courier: DHL Secondary: Fedex Delivery Instructions: Deliver to second entrance after Building C -----------------------------------
Ken Slovak - [M...0/2 08 Sep 2009
Hi, I'm really struggling with this so any help would be appreciated. Outlook 2007, VS2008 Pro, VSTO 3, XP Pro x64 (dev) and x32 (test). I've a C++ dll with a bunch of functions to handle the registry, some custom authentication of the product, and some comms. I'd rather not have to rewrite them in VB.NET/C# (I'm primarily a C++ developer). There are extern "C" wrappers for the C++ calls.
Ken Slovak - [M...0/4 08 Sep 2009
I am facing problem while adding custom icons to CommandBarButton in toolbar. I have icons which are in png format with transparency. For showing them I have created mask with black and white pixels and set button.picture to png icon and button.mask to the mask png. I am able to see the icons. The problem here is with pixels in icon which are semi-transparent (alpha>0 but <255) like
Ken Slovak - [M...0/2 08 Sep 2009
I have added a toolbar with few buttons to Explorer and Inspector. I want the toolbar to be visible across all open inspector and explorer at the same time, and if user make toolbar not visible using one of the open windows, all the toolbars should become not visible. Is there any event generated when user un-checks a toolbar which I can use for updating all open windows. I am using
M3i Zer0/1 08 Sep 2009
Consigue tu M3i Zero , Ezflash Dsi , R4i Dsi M3i Zero www.R4spain.com/tienda Puedes comprar M3i Zero , Ezflash Dsi , R4i Dsi $_o.S>)p?>l@Oi=U))*e_#oSm
Mark B0/1 07 Sep 2009
I am testing an add-in but need to reset some user settings that we normally persist through installs (so we can install add-in updates without losing the user's preferences). Where are these settings stored so I can manually go and delete that persistent data?
John Erickson0/2 05 Sep 2009
I asked this question before about Outlook 2000 and I've now discovered more about it and I've also repro'ed the problem on Outlook 2007. What I discovered is that if I make a call to Outlook::_Explorer->get_Selection during the OnExplorerEvent for a SelectionChange() when my current selection is a message in the outbox, that message becomes permanently stuck in the outbox and will
sf00/2 04 Sep 2009
I'm trying to remove certain UserProperties when messages are sent. All is well unless Outlook cancels the Send event when it has problems encrypting (see Outlook's message further below). In that case, the user has 2 options: "Send Unencrypted" or "Cancel". My problem is I cannot determine which option the user selected. The significance of these options is as follows: if the user
giovanni0/7 04 Sep 2009
Hello everyone, I'm developing an add-in that uses redemption to save a received mailitem. This happens: on an Outlook2000 test machine when I use MAPIUtils to reload .msg file and then resave it to set correct message body, if original message contains character like: é, €, à, In the saved message I find them or changed with a triplet of chars, for example: "à" becomes
DavidA0/5 03 Sep 2009
Hi I am trying to rollout a .Com add-in for Outlook 2003 which links Outlook to a third party application (Gifts - www.microedge.com). The add-in installs fine and the icon appears on the standard outlook toolbar. The link works and does as it is supposed to. However when the user logs off and logs back on again the icon no longer appears, the .Com add-in does not show on the Help
Ken Slovak - [M...0/16 03 Sep 2009
In Active inspector when open a mail, If add an attachment to a mail and dont call Save function then this attachment will not update on exchange server for this mail. But In active explorer when select a mail we add attachment to a mail and dont save save function. Attachment is updated on exchange server for this mail. Is there any reason for that? Can we avoid saving? Outlook
Ken Slovak - [M...0/4 03 Sep 2009
Hello, I'm having problems getting a datetime property (added using PropertyAccessor) to display as a column in a customised View. I've added the datetime property to the PropertyAccessor using the following code... objMailItem.PropertyAccessor.SetProperty("http://schemas.microsoft.com/mapi/string/{FFF40745-D92F-4C11-9E14-92701F001EB3}/DocumentDate", dtDocumentDate) ...where
Mark B0/7 03 Sep 2009
VSTO OL2007 C# When I am sending an email, how do I extract the email address component from the TO field? MailItem.Recipients field doesn't have any objects in the list before Outlook sends an item. MailItem.To just has address book names and not email addresses.
Darius0/10 02 Sep 2009
Good afternoon, Darryl! I'm running Outlook 2003, and also getting this error message. - I did Help --> Detect and Repair as recommended in the error message, and that didn't work. - I deleted all extend.dats on the system and rebooted. That didn't work. - I changed the registry value referred to below to 2 from 9, deleted the extend.dats that resulted from testing, and
escamoteur0/2 01 Sep 2009
Here's the other method: Use the third-party Outlook Redemption library from http://www.dimastr.com/redemption. It exposes this information as the RDOUserProperty.Required property (Boolean). -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Sue Mosher
Sue Mosher [MVP...0/8 01 Sep 2009
Hi, I have a custom form region in Outlook 2007 defined. It worked fine as long as I only used Custom Fields bound to my controls. Now I decided to use the "Subject" Field on the form. Since then. When I create a new item and choose "Save and Close" I get an error message that "one field on the form requires a value" although I have entered a value into the Subject Control. I really have
Ken Slovak - [M...0/2 01 Sep 2009
VSTO OL2007 C# How do I inspect the: Tools>>, Options, Mail Format, Compose In This Message Format, [HTML, Rich Text, Plain Text] option? Also I am guessing that even if this is at HTML, the user can do an adhoc change on a particular email from HTML to plain text? If so, how could we determine what format they are sending in?
Dmitry Streblec...0/9 31 Aug 2009
We've just found that, when printing an email that has user-defined properties added to it, the names and values of those user-defined properties are dumped-out as additions to the header. Ugly! Is there any way to make it not do that? This 'feature' makes no sense to me, the only way to view those properties in the inspector is to open the form designer (or add code to make the
Ken Slovak - [M...0/2 31 Aug 2009
I have recently reached the conclusion that it is entirely useless and without beneficial function of any sort for an email client spell checker to flag as misspelled: 1.) Anything added to the body by a signature (check it when the sig is changed, sure; everytime it's used, NOT); 2.) The display name and/or email address of any specified recipient, that may [and inevitably will]
Ken Slovak - [M...0/2 31 Aug 2009
Hi I have been trying for days now to create a solution for this. The problem is i have found some code examples on the web, but none of them has worked so far. Maybe i'm missing a reference when trying them i don't know (altho i have tried most references ). I have tried myself and also used msdn trying examples, tho it seems to me they put out examples for everything in outlook
Ken Slovak - [M...0/2 31 Aug 2009
Hi, Is there a possibility to write add-ins for Outlook Mobile? regards, Koen
Ken Slovak - [M...0/7 31 Aug 2009
I search through google, found that propertychange can monitor them, but couldn't get fired if addresses were deleted, that's not very good. I noticed that some post say use CustomPropertyChange can process deletion for e-mail addresses, i saw some posts but still have no ideas about how to use it, Can someone give a short brief on how to use CustomPropertyChange or give me some links?
Dmitry Streblec...0/4 28 Aug 2009
Hi, in the Default Store it's easy to access the "Deleted Items Folder" with GetDefaultFolder. But how can I access the "Deleted Items Folder" of any other store?? I don't wan't to use the folder's name as this would make it impossible to localize the add-in. Best Tom
John Erickson0/7 28 Aug 2009
Hi, I'm trying to repurpose some of the controls on the mail inspector ribbon. Are the ribbon controls available in the Office::_CommandBars collection? If so, under which control are they located? I've looked in the most obvious one. The one called "Ribbon", but at the time the NewInspector event triggers I only see one control listed under that collection. Are they added after the
Ken Slovak - [M...0/6 28 Aug 2009
This is my first time developing an add-in for Outlook 2007. I have successfully been able to retrieve accounts and successfully been able to retrieve stores. However, I see no way to correlate the two. My goal is to find what path (or store) the account is using to store messages in. I see no property on a store to get an account and see no property to get a store on account. Is
escamoteur0/3 28 Aug 2009
Hi, I want to offer the user a Calendar Explorer to pick a date. As long as this explorer is open he should not be able to switch to another explorer. Is it possible to make this explorer modal OR to hide all other active explorers as long as this explorer is used?? Best Tom
Ken Slovak - [M...0/8 28 Aug 2009
In outlook addin if we save a mail (mailitem->Save) then outlook generates an event for saving this mail which we get on exchange server in OnSyncSave. If we saved a mail under inbox folder (say ..Inbox/mail.eml) then we'll get same path in onsyncsave. But when we change subject of a mail and save this, outlook generates path for old subject mail for example if mail subject under
Ken Slovak - [M...0/4 27 Aug 2009
I have added few buttons in outlook inspector. I am using VSTO 2005 and have used ribbon xml to add these buttons. These buttons can be added to quick access toolbar using Customize quick access toolbar > more commands. Can I add these buttons programmatically to quick access toolbar, so that these are already enabled when outlook is started?
Ken Slovak - [M...0/6 27 Aug 2009
I have added few buttons in a new toolbar using VSTO 2005, which I add during the add-in startup. User can set its visibility using customize>toolbars. I want to persist the state of toolbar i.e. if Outlook is closed when toolbar was not visible, the toolbar should not be visible on next startup. For doing this I am trying to keep the state of toolbar visibility in registry. Is there
Ken Slovak - [M...0/6 27 Aug 2009
I am trying to process .pst files with years or archived email. Many of the email messages came from backing-up email that I received on Microsoft Exchange servers. As a result, many of the messages have Sender, and Recipient email addresses stored in "EX" format. I would like to process these .pst files and change the "EX" email addresses to some "SMTP" like string (and change
Ken Slovak - [M...0/6 26 Aug 2009
I need to programmatically create a Search Folder in a PST that includes the PST's root folder. I can create a Search Folder using AdvancedSearch for any of the PST's subfolders but cannot find folder path string for the root folder that works.. Using the Outlook UI I can create a Search Folder that includes the PST's root folder, so it's possible to do this. Here's the script I'm
Ken Slovak - [M...0/3 26 Aug 2009
If my addin is working with Outlook 2000, I'm creating a new folder under the IPM root. Is there a way to programaticly cause that folder to appear in the "My Folders" tab? I can have the user manually add it, but I would prefer to add it for them. I'm not seeing a way to do that though. Is the "My Folders" list kept in the registry somewhere or in the store or is there an Outlook
Ken Slovak - [M...0/4 26 Aug 2009
Hi, I have shared addIn (.net 2.0, c#) I add custom fields to mailItem object. Please have a look in a code snippet below: ..... ...... foreach (XmlNode field in fieldList) { fieldName = GetFieldName(field); fieldValue = GetFieldValue(field); try { AddCustomField(mailItem, fieldName, fieldValue); } catch (Exception ex) {
John Erickson0/7 26 Aug 2009
Hi, I'm developing an Add-in which works fine for Outlook 2003 and 2007. I'm trying to get it to also work for Outlook 2000, but I have one problem. I am autogenerating a message to be sent for some of the messages that I receive. In Outlook 2003 & 2007, this generated message gets sent fine, but in Outlook 2000 it gets stuck in the Outbox and Outlook won't send the message. If I
Ken Slovak - [M...0/2 26 Aug 2009
I have added few buttons to toolbar. I am using VSTO 2005. These buttons have icons which are added using .mask and .picture properties. If I disable the button I am able to see greyed out button text, but the icon image is replaced by greyed mask which is not looking good. Is there any way to show my own light colored icon instead when the toolbar button is disabled?
Problem with Us...0/3 26 Aug 2009
hi, The error i come across while dealing with saving the UserProperties of mails being directed to custom folders is 'The operation cannot be performed because the message has been changed.' The following is my code. // this is called in 'ThisAddIn_Startup' method whenver a new mail is received this.Application.NewMailEx += new Microsoft.Office.Interop.
ecm2001 winols ...0/1 24 Aug 2009
We can crack or emulate any protection type: Dongle, Hardlock, Hasp, Serial, Password, Hasp4, Flexlm, Sentinel, Wibu, Eutron Smartkey, Hasphl, Proteq, All the Protections!! email = xshowsoft@??? email = xshowsoft at gmail.com ecm2001 download ecm2001 rapidshare ecm2001 torrent ecm2001 crack ecm2001 v 5.3 ecm2001 v 5.4 ecm2001 v 5.5 ecm2001 v 6.0 ecm2001 v 6.1 ecm2001 v 6.2
Ken Slovak - [M...0/2 24 Aug 2009
Hi 1. How can I check via code every incoming email, check if attachment of a specific type (file extension) is present and if so save the attachment to a folder? 2. Where can I find some pointers on writing my first Outlook Add-in? Many Thanks Regards
escamoteur0/2 24 Aug 2009
Hi, I try to react on a change in a Textbox on a User Formregion in Outlook 2007. Strangely it does not fire. If I use the KeyDown event of the Textbox it works fine, but before and after update does noch work. Here is how I setup the event: txtAddress.AfterUpdate += new Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_AfterUpdateEventHandler(adressChange); void
Ken Slovak - [M...0/4 24 Aug 2009
hi i am developing an application in that i have contacts. i am synchronizing the data with my database to my outlook contacts. i am using below code _____________________________________ Microsoft.Office.Interop.Outlook.ContactItem contactItem= (Microsoft.Office. Interop.Outlook.ContactItem)fldContacts.Items.Add(Microsoft.Office.Interop. Outlook.OlItemType.olContactItem);
Ken Slovak - [M...0/2 22 Aug 2009
Below is an example of a VERY long SQL command generated by an Add-In. My question is does anyone know if there is a maximum size imposed by either the Microsoft.Data.Odbc.OdbcCommand field or the Microsoft.Data.Odbc.ExecuteNonQuery() command? I'm afraid if the query gets too big, an OdbcExcpetion will be thrown. Not sure what the limit is? <<<< SQL Example SNIP >>> INSERT INTO
hemaneelagiri v...0/3 21 Aug 2009
hi i want to lock appointment which are created by my c# code. those appointment should display in outlook but from outlook user can see that appointment but can't change that appointment Thanks
Mark0/5 20 Aug 2009
Hi, I am interested in creating an add-in for Microsoft Outlook which should be deployed to all computers in our organization. However, we want to prevent users from uninstalling the addin. How can I deploy an add-in with such restriction? Thanks, Mark
Dmitry Streblec...0/3 20 Aug 2009
Hi, I want to add user property in a outlook folder item. I have found one property namely 'Outlook.MAPIFolder.UserDefinedProperties'. But the problem with this property is it sets the property to every email item in the folder. Can I have such a property on folder which is set only on folder?