outlook contacts to sql server
is there any way to export outlook contacts directly into a sql server db. this could be using a tool or programatically ...
is there any way to export outlook contacts directly into a sql server db. this could be using a tool or programatically ...
I know that Outlook stores all mail in a .PST file. Is it possible to create a custom storage engine for outlook 2007? I would like to have the functionality similar to 'Personal folders', but have a new node of folders where everything is stored in a SQL Server database. Is Outlook extensible enough to allow swapping the internal s...
I have the following macro in outlook to clear my deleted folder. its strange as it doesn't seem to delete all entries. I have to run this a few times for it to clear to deleted items folder. (usually 2 or 3 times). Each time the number of deleted items in the folder does get reduced but i dont understand why everything doesn't get wi...
I am getting the following error while sending mail using a button in MS access form I am using sendObject to send mail using vba code. The host 'smtp' could not be found. Please verify that you have entered the server name correctly. Account: 'pop3', Server: 'smtp', Protocol: SMTP, Port: 25, Secure(SSL): No, Socket Error: 11001, Erro...
Hi, I'm working on outlook 2003 AddIn using VSTO. Is it possible to list all the folders that are shared with current user? OR to list the shared folders currently opened by user in outlook? ...
I am having problems with the new Outlook View Control that ships with Office 2010 (Beta). I can place it on a form (in this case VB6) and see my inbox just as usual. But if I try to call any method on the view control, I get the error "Runtime error '48': Error in loading DLL". What am I doing wrong? Are there some new security feature...
Hi all, is CreateMHTMLBody supported in windows mobile?.. How to send the entire webapage as attachment to server in windows mobile either using c# or C++ ...
the FolderRemoveEventHandler isn't global, it can just be used to notify when a folder is removed from the top level of a specific folders collection. I need an event to fire when any folder is removed/deleted - does such a thing exist? ...
At our company we offer a CRM platform for leasing companies and it includes task management. Some of our clients would like to sync those tasks with outlook so they do not have to switch between applications. I do not have lots of experience with outlook, so I don't know about its extensibility features. What options do we have? Liv...
After dragging email item from outlook, my own application (written in C#) can get the data and retrieve the msg data when the email item is dropped on it. But is it possible to override the default "drag and drop" behavior so that I can send some information else (rather than the default information) when dragging an email item and pick...
i am building a csharp application and i would like a dropdown list of all users in my outlook global address book (the same one when i click on To: from outlook gui. is this possible to get this progrmaticall? what are the security requirements here? ...
i am able to look through the global address book using the outlook object model but is there anyway using the outlook object model from csharp i can get the following properties of a person: City, State, Country/Region Alias Title Phone i can't seem to find these properties on the AddressEntry object. EDIT: I started a bounty here....
Hi, I have a minor question: Im doing a email that is being sent out and wish to have no margin at the top of the email - so that a image or table is flush with the top of the viewport. I have tried sticking body tags in the html email with margin-top: 0px and it works fine in Thunderbird. However when testing in Microsoft Outlook the...
Is there a way to add a event to outlook, exchange, from a webpage. I would like to add an event to a particular calender on submit, on the server side with .net. The scenario is as follows: an employ orders coffee for a meting. An event is created on the cafeteria calendar with the details. ...
Is it possible to intercept when user creates, renames or deletes a category in Outlook? ...
Is there any message forum/board software (open source or commercial) that allows one to post a question from MS Outlook? I read Kubi Software Inc had this feature. However, a google search for their website seems like the company is no more. Thanks, ...
I know, it's a bit weird asking for a query to tell me my own email address right, I'll explain further... I'm writing a COM add-in for Outlook 2007. One of the subs generates and sends an email to a particular address and this all works fine. However I have a need to have an option for the sender to be able to include themselves on the...
We are writing a contact syncing application for Outlook using .Net 3.0. We're using "Microsoft Outlook 12.0 Object Library" or Microsoft.Office.Interop.Outlook; We notice when we call: ApplicationClass app = new Microsoft.Office.Interop.Outlook.ApplicationClass(); It will start Outlook if the user does not have it open. But if the...
Hi, I have an outlook add-in that allows the user to save an email into a database. When the user does save the email i modify the email subject so it can be identified as being saved. Saving the email can happen in two ways. Via a button on the tool bar which allows the user to save any email they want, and also via a prompt which app...
I am maintaining an in-house ASP.NET web app, part of which includes a Customer Relationship Management module for our sales team. One of the things they want is to be able to export all their contacts out of our database into their wide variety of email clients (Outlook on Windows, allsorts on Mac) and phones (IPhones, Blackberries - pr...