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.

Messages

  Messages Help
Advanced
Messages 18280 - 18309 of 27731   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18280
Has anyone programmed or come across a "Pop Up" disclaimer for Outlook? In other words, when a user launches Outlook, a dialog box appears with a Disclaimer....
Pitawala, Sam
sam.pitawala@...
Send Email
Jan 2, 2003
5:06 pm
18281
This can be accomplished in many ways, here are a few., 1. Outlook VBA project Private Sub Application_Startup() If MsgBox("Do you agree with this is...
Khazen, Victor
victor.khazen@...
Send Email
Jan 2, 2003
5:26 pm
18282
I'm developing a program for my office and I cannot find any information on how to develop outlook 2000 add-in's in VB6 when working in an outlook XP...
Marcus <marcusp@...>
angloafro69
Offline Send Email
Jan 3, 2003
1:51 am
18283
... You will need to develop using the Office 2000 library (MSO9.DLL). I am told that applications built using that, should also work under Office XP (Office ...
Chris Jones
telespanltd
Offline Send Email
Jan 3, 2003
9:37 am
18284
or you could forego the use of the MSADDIN tools in VB6 and write a raw connection class that implements IDTExtensibility2 and late binding. The only thing...
maillist
neostorm2002
Offline Send Email
Jan 3, 2003
12:11 pm
18285
Hi all, One time message. Group Calendar for Outlook 2000/2002. No Exchange needed, only LAN connection ...
Veld, John in t
jiv@...
Send Email
Jan 3, 2003
12:37 pm
18286
I'm trying to send information from a custom Outlook 2002 form to an Access database. The first field is finally working after I named the database field and...
web_presence <web_pre...
web_presence
Offline Send Email
Jan 3, 2003
6:55 pm
18287
Are "[Subject]" and "[Description]" supposed to be placeholders for something? If so, what? ... an ... to...
mosher_sue <sue@...>
mosher_sue
Offline Send Email
Jan 6, 2003
2:37 am
18288
Subject and Description on the left are the database fields, and on the right are my form fields from my outlook form... They would only work if they were...
web_presence
Offline Send Email
Jan 6, 2003
3:12 am
18289
You need to use the correct syntax for retrieving data from an Outlook item. Assuming that this code is running behind an Outlook form and you want the data...
mosher_sue <sue@...>
mosher_sue
Offline Send Email
Jan 6, 2003
3:15 am
18290
Does anyone know how to read unread mail extract the body and then move the mail once the mail is set to unread to another folder? Or even better archive it? ...
Carlos Magalhaes
CarlosM@...
Send Email
Jan 6, 2003
1:30 pm
18291
Hi all, I once read an article showing how to search for the default profile name in the reg then logging into that mail session using CDO with that mail ...
Carlos Magalhaes
CarlosM@...
Send Email
Jan 6, 2003
2:21 pm
18292
Carlos, This is how I do it (in VB): Add this to your code: Private Function GetDefaultProfile() Dim strWindowsVersion Dim RootKey As String 'Find out which...
Snook, Kevin S (ITD)
ksnookuk
Offline Send Email
Jan 6, 2003
3:12 pm
18293
I have an Outlook Addin that places a custom toolbar on the inspector and explore windows. When I change the editor type within the inspector to use "word" as...
Morna Tirona
ssgshiv
Online Now Send Email
Jan 6, 2003
4:34 pm
18294
Hi all, I'm new to the group, and using Redemption to develop an Outlook Add-in. I've hit a bit of a snag as I can't find the MAPI property tag to access the...
ryanmodo <ryanmodo@...>
ryanmodo
Offline Send Email
Jan 7, 2003
1:49 am
18295
Outlook does not store the body content type in a separate property. Such a property is stored on the attachments however. ... From: ryanmodo...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jan 7, 2003
3:33 am
18296
Hi! All, We are trying to develop a Trusted ComAddin for OL XP. We are getting a security warning that "Some Other Program is trying to access your Outlook...
yevsaintlaurent <yevs...
yevsaintlaurent
Offline Send Email
Jan 7, 2003
12:31 pm
18297
Hi, I customized my Redemption dll with the customizer you provide. It works very well and all but I have a question: I had to change theses lines in my code: ...
edovia607 <lvandal@...>
edovia607
Offline Send Email
Jan 7, 2003
12:32 pm
18298
The Trusted COM addin technique applies only to Exchange environments. Otherwise, your choices are to recode using Extended MAPI or Redemption instead of...
mosher_sue <sue@...>
mosher_sue
Offline Send Email
Jan 7, 2003
1:43 pm
18299
The line CComPtr<Redemption::IAddressEntry> pAddEntry = NULL; essentially defines how C++ must treat pAddEntry. I.e. that it is a pointer to a COM object with...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jan 7, 2003
5:50 pm
18300
I'm trying to populate a combo box with info from my sql db: Function Item_Open() Dim strsqlB, rsData2, conn2, rscnt, cnt, strCnn2 ' '----------------------set...
web_presence <web_pre...
web_presence
Offline Send Email
Jan 7, 2003
6:12 pm
18301
Either use AddItem to populate the individual items in the list or use List to pass an array to the control. See ...
mosher_sue <sue@...>
mosher_sue
Offline Send Email
Jan 7, 2003
6:15 pm
18302
Hi All, In my custom outlook form I am using Script.FilesystemObject to writing data to the text files as well as reading data form the text files. In one of...
Mohanty, Debi (MED, T...
Debi.Mohanty@...
Send Email
Jan 7, 2003
8:14 pm
18303
in my form I'm trying to retrieve db info. The connection and recordset are working properly and retriveing a value. I am trying to figure out how to...
web_presence <web_pre...
web_presence
Offline Send Email
Jan 7, 2003
8:27 pm
18304
Scripting is an Active-X control. Either Windows Scripting Host isn't installed on the users machine or it is not registered properly etc. Is the user using...
Coral Sea Associates
coralseaasso...
Offline Send Email
Jan 7, 2003
9:32 pm
18305
Hi, I'm new to Outlook programming though I've done a good bit with Excel and Access, and toyed with PowerPoint and Word. We're looking into Outlook to see if...
Andrew E Tegenkamp
andrew@...
Send Email
Jan 7, 2003
9:58 pm
18306
As a novice programmer, I am currently developing some VB Scripting in Outlook. I have created a form with several fields of type "Number". However, when...
perspicacious_99 <per...
perspicaciou...
Offline Send Email
Jan 7, 2003
10:55 pm
18307
I have developed a VB form for outlook and would like to know if it is possible to have one of my tab strips of this form display a specified http URL. I can...
perspicacious_99 <per...
perspicaciou...
Offline Send Email
Jan 7, 2003
10:56 pm
18308
ah. that explains why i couldn't find the right property then. :) parsing it is! thanks for the quick reply ... property. Such a property is stored on the...
ryanmodo <ryanmodo@...>
ryanmodo
Offline Send Email
Jan 7, 2003
11:14 pm
18309
Or you can use RTFBody property and look at the first 100 or so characters. If "\fromtext" is present, the RTF Body was converted from text, hence the...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jan 7, 2003
11:19 pm
Messages 18280 - 18309 of 27731   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help