Ken Slovak - [M...0/2 07 Jul 2003
Hi, Is there a way to programatically determine whether Outlook is running in an Exchange environment, or in a simple POP3/SMTP setup? More specifically, is there a way to find out whether the Redemption::MAPIUtils::DeliverNow() will work as expected, or whether the simulated click on the Send/Recv toolbar button is required? Thanks in advance! Martynas
Victor Ivanidze0/5 07 Jul 2003
Use CurrentProfileName of Redemption.MAPIUtils to get the profile name and then retrieve the address from registry. -- Regards, Victor Ivanidze, software developer www.ivasoft.biz "Terry Lindeman" <terryl@no-spam-datagem.com> wrote in message news:#wKK70NQDHA.1560@TK2MSFTNGP12.phx.gbl... > I'm finding it impossible to get the current user's e-mail address in an > OL2002
Sue Mosher [MVP...0/2 06 Jul 2003
Can SQL Server 2000 manage the contacts in Exchange? Is there any connectivity between SQL Server and Outlook XP? Furthermore, can SQL Server 2000 sorta replace Exchange, i.e. can it communicate DIRECTLY with MS Outlook? I know MS Outlook XP can use mail merge functions utilizing a SQL Server connection, but can contacts be inputed in Outlook and then be reflected in SQL Server 2000?
nilu kazi0/1 06 Jul 2003
Need Help with Address Book On my Windows PC... In the address book in Outlook Express (same as address book in Windows under accessories) 1. How can I change the headers to the columns with a text that I would prefer. The Third and fourth seem to have some flexibility ( ie a drop down menu to choose from) but they do not allow me to input my own header title. 2. How can I
Teresa0/1 06 Jul 2003
I transferred my stamps.com account to my new notebook computer (Compaq Presario 2500 Series, 60 Gig HD, 512 Mb DDRAM). There does not appear to be anything in Outlook allowing the addin of the stamps.com program. What give? Has anyone else experienced a problem using Stamps.com in Oulook 2002? There is supposed to be a stamps.com icon that will be pesent in Outlook so you can
Mahmoud Metwall...0/1 06 Jul 2003
Hi All... I was using NT Server 4.0 as server and win98 PC's as workstations, I was have an Internal Mail in my network by using a feature that was in that environment. So, How Can I do that on the Windows 2000 Server and Windows 2000 Workstations ( Professional ) environment? -- Best Regards. ----------------------------------------------------------------------------
Marnie Northing...0/1 05 Jul 2003
<Cross posted to microsoft.public.outlook.general,microsoft.public.outlook.program_addins,mi crosoft.public.outlook.thirdpartyutil> <Follow ups set to microsoft.public.outlook.general> Is there any way to get Outlook (Outlook 2000) to display X-Faces?
Lee0/1 05 Jul 2003
Subject: From: "Lee" <lidog@mchsi.com> When I open Outlook I get error message: C:\documents and settings\defualt\appication data\microssoft\addins\'is not a valid office addin. What can I do to correct this so it doesn't appear each time I open outlook Thanks.
Patrick Jox0/1 05 Jul 2003
Hi all, I have a COM Add-In working with OL2K and Word2k. It is developed in VB6. Early binding is necessarily used to be able to use the WithEvents statement. So this Add-In only works with the Office Versions which .OLBs where used during compilation. Is there a way to create an Add-In that works with different Office versions or do I have to recompile the dll for each version?
bb0/1 05 Jul 2003
heya souheil, had a similiar prblem with an addin that relied on a couple of outlook object events. As far as my sit was concerned, i was able to remove much of the user's distain for my addin once I had added and modifed my project with the addinmon.exe code available at Randy's website - www.microeye.com then browse to his code section. kew. "Souheil"
bb0/1 05 Jul 2003
sorry for the late interest but i'd love to check out ya addin, if its ok? "A.O." <karl_magga@hotmail.com> wrote in message news:6KVFa.963059$vw6.7027425@news.easynews.com... > I'm interested in testing your alpha-version. > I already have installed latest .Net-framework, and Outlook 2002. > ...and I will be patient. > > What is the estimated size of the add-in? If it's too large for a
Terry Lindeman0/3 03 Jul 2003
The following code is supposed to retrieve all messages where Mileage does not have the value "done". Set cNewItems = InFolder.Items.Restrict("[Mileage] <> ""done""") It retrieves messages with Mileage = "", but not messages with Mileage = NULL. This seems to be a problem with Exchange moret than POP3. In SQL, I could just say: select * from message where mileage <> 'done'
Ken Slovak - [M...0/4 03 Jul 2003
I want to make an add-in that can get to the internet mail headers of selected messages. How is this accomplished? Someone referred me to a site that uses CDO: http://www.slipstick.com/dev/olforms/headers.htm I could not get sample code to work because it did not know the data MAPI datatypes. the MAPI dll's (mapi.dll /mapi32.dll or something) is installed, but CDO is not. I could
Ken Slovak - [M...0/3 03 Jul 2003
Hello, I am trying to determine if Outlook is currently in Offline mode. Looking at OutlookSpy it appears there is an PR_STORE_OFFLINE property of the IMsgStore object that contains this information. Can I access this info from the Redemption lib? If not, is there any other way to determine if Outlook is in Offline mode. Thanx in advance, Jay Balch
Rajendra0/1 03 Jul 2003
Hi, I wrote Outlook COM Add-in which uses MAPI to access the contact addresses using the "Contact Folder" item stored on Exchange Server. when i try to access these contacts i am getting Outlook security dialog box. what should i do to prevent this dialog box from coming. I would like to do it programmatically. Environment: Exchange Server as Mail server POSTFIX as Mail Server
Jenny Tam0/2 02 Jul 2003
In Microsoft's KB Artical 'kbhowto KB223745' they talk about creating a new email from scratch. There are other ways to go about this, and this is a VBA solution, but I've reworked it in .NET VB as a comm-addin and it works fine. So open a connection/recordset to your SQL Server with the apporiate fields, To, From, Subject, Body etc and fill in the fields of the new message:
Gary Rashed0/1 02 Jul 2003
Hi guys, I've developed an outlook add-in in vb6 the gives the users the option to replace word attachments with a pdf copy of the word documents. After running outlook for 20 minutes with the add-in on, user who try to send anything(whether it has an attachment or not) get the following error: "The operation failed due to network or other communicatin problems. Check your
Ken Slovak - [M...0/2 02 Jul 2003
Hi I coded my first addin to search for tiff files in the attachments of a MailItem, and display them when the mail is selected (for faxes) via a shell execute command (Win32 APIs) from within the add-in. However, after the last debug run (VB6.0) where I finally coded all functionality, I unloaded outlook and VB. The next time I tried to run, Outlook 2000 Pro reported that it
Ken Slovak - [M...0/1 02 Jul 2003
There is no switch for sending email. You can use Outlook automation in the script to do that but it will trigger the security prompts in secure versions of Outlook. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Lead Author, Professional Outlook 2000 Programming, Wrox Press Lead Author, Beginning VB 6 Application Development, Wrox Press Attachment Options http://www.
Viv Brunner0/1 01 Jul 2003
I would also like to try this. I tried e,ailing you direct but the message bounced. Regards, Viv. "spaceballs" <space@balls.com> wrote in message news:efm29wEMDHA.1608@TK2MSFTNGP11.phx.gbl... > Well, I'll have an alpha release later this week, however, it will only have > basic functionality ie read and post news only. In the future I plan to > incorporate binary attachment
mo0/1 01 Jul 2003
I've been using the article 'Developing .NET Smart Clients for Microsoft Office XP' (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnoxpta/ht ml/odc_dnscof.asp) to get familiar with building an add-in for Outlook 2002 with C#. We have a home grown web based CRM that and I would like to use a link to open a new Outlook message (the way that mailto:whoever@domain.com
Sunny0/1 01 Jul 2003
Hi all, I'm developing an Outlook 2000 addin using VS.Net 2003 and C#. I have used as an example that articles: http://support.microsoft.com/?kbid=302901 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnoxpta/html/odc_dnscof.asp Here are some parts of the code: namespace IceDesktop { using System; using Office; using Extensibility; using System.Runtime.
Allen Morgan0/1 01 Jul 2003
Hello I have created a Outlook add-in and am trying to determine if the mail message I am processing is in HTML format to then determine whether I should be saving attachments. What I'm getting is very funny. If I let the process run "undebugged" MailMsg.BodyFormat always returns 0 (however, randomly it can return the right result) But, if I break the code and watch the mailMsg it
Sue Mosher [MVP...0/2 01 Jul 2003
Where can I access this through the object model? I want to write a VB Macro to allow me to choose whether to add the whole address or the domain. Thanks, Bob
Ed0/1 01 Jul 2003
well, this add in only reminds you to run a backup, it won't work automatically. Pretty worthless. I think the only way to automate the Outlook backup is using the Windows built in System Backup utility, and setting up a repetitive job that grabs the.pst file and backs it up elsewhere. That's how I plan to backup all our users' email from now on. -ed google@edwardotis.com (Ed)
Luis R. Mercado0/1 01 Jul 2003
I recently updated my computer to Windows XP, now my outlook doesn't open properly, and it's asking me for add on, data1? Any sugestions? Can somebody help me? Thanks, Luis
Jim B.0/1 30 Jun 2003
Recently installed MicroSoft's fpbackup utility thinking that it would automatically backup pst files. It does prompt me to manually back them up at specified intervals, but the backup is not automatic. Am I missing something here? Jim
Soumitra Banerj...0/1 30 Jun 2003
Hello Everybody, I have an Addin, that basically displays a modal dialog. This works fine in Outlook 2002. In Office 2003 version, the dialog is no longer modal. Is there a way of making this dialog modal? Any help would be highly appreciated. My Code snippet is as follows: ***************************************************** //Get the handle to the main window // QI() for
Dmitry Streblec...0/2 30 Jun 2003
Hi, I've created an addin that puts a button on the "standard" toolbar (see code below) using the clipboard - as this is the only way I could get it working. The side-effect of this is that the clipboard is cleared - is there a better way of getting my resource bitmap as the button image? regards Fred Clipboard.Clear Clipboard.SetData LoadResPicture(IIf(ToggleEnabled, 101, 102),
kris b.0/1 30 Jun 2003
Not positive if this will work, but it's a different direction to the one your trying, maybe a modified version would help, but here's my idea: If I'm not mistaken the inspector will remain open while sending, then dies once the message is sent, no matter what the size of message or its attachments. So implement either a "WithEvents" or "AddHandler" for the inspector's _Close
kris b.0/1 30 Jun 2003
I've been struggling with an Outlook Com Addin when Outlook is configured for "Internet Only" using MAPI and "Corporate or Workgroup" configuration using an Exchange server. The problem is when you open an email, regardless of its "UnRead" status, then close that email, mark the message as unread, and open the email again, the message remains unread, i.e. bold font and closed
Sue Mosher [MVP...0/2 30 Jun 2003
Hi there, is there any way to automatically create HTML calendars in outlook? currently I have to save as webpage manually, but I'd rather have it done automatically on a hourly basis so that I can have automatic FTP transfers to my website for viewing. thanks anton
Sue Mosher [MVP...0/2 30 Jun 2003
I've searched the net but haven't found anything helpful. Can someone please point me to some good reference material about programming an add in for MS Outlook? I'd use VB6 or VB.NET or C#. Any code samples or links much appreciated.