Click here to Skip to main content
16,010,114 members
Home / Discussions / Web Development
   

Web Development

 
QuestionWeb service toolkit for VS6.0? Pin
anderslundsgard18-Apr-05 9:11
anderslundsgard18-Apr-05 9:11 
GeneralVB ActiveX dll debugging blues Pin
Ed Purvee18-Apr-05 9:08
Ed Purvee18-Apr-05 9:08 
GeneralDefault Email Client - TEXT Max Length? / Outlook Pin
Digmy18-Apr-05 6:43
Digmy18-Apr-05 6:43 
GeneralRe: Default Email Client - TEXT Max Length? / Outlook Pin
JKroschel22-Apr-05 10:51
JKroschel22-Apr-05 10:51 
GeneralRe: Default Email Client - TEXT Max Length? / Outlook Pin
Digmy25-Apr-05 6:18
Digmy25-Apr-05 6:18 
GeneralRe: Default Email Client - TEXT Max Length? / Outlook Pin
JKroschel25-Apr-05 7:57
JKroschel25-Apr-05 7:57 
GeneralRe: Default Email Client - TEXT Max Length? / Outlook Pin
Digmy25-Apr-05 10:29
Digmy25-Apr-05 10:29 
GeneralRe: Default Email Client - TEXT Max Length? / Outlook Pin
JKroschel26-Apr-05 3:32
JKroschel26-Apr-05 3:32 
Here is what I would do:
Make a combo box or whatever type of input you want based on an outlook control. Basically, dig up the list of contacts for the user before the form and make them the possible choices of the to address for coming smtp control.
One place you might want to look for how to create an outlook object in .NET is http://support.microsoft.com/?kbid=313787[^]

I saw an example of something like this a while ago. It was something like this:

Public Function GetItems(ByVal Item As ItemType) As DataTable
Dim ol As New Outlook.Application
Dim olns As Outlook.NameSpace
Dim cf As Outlook.MAPIFolder
Dim C As Outlook.ContactItem
Dim T As Outlook.TaskItem
Dim A As Outlook.AppointmentItem
Dim M As Outlook.MailItem
Dim objItems As Outlook.Items
Dim Prop As Outlook.UserProperty

I have no idea what kind of configurations need to be made to the server to allow this. I've never tried myself, but at least I know it is possible.
-Jim
GeneralRe: Default Email Client - TEXT Max Length? / Outlook Pin
Digmy27-Apr-05 6:49
Digmy27-Apr-05 6:49 
QuestionHow to post/get reply from VC++ Pin
Alan C. Balkany18-Apr-05 3:16
Alan C. Balkany18-Apr-05 3:16 
GeneralData Binding - DropDownList Pin
brian5518-Apr-05 2:06
brian5518-Apr-05 2:06 
GeneralRe: Data Binding - DropDownList Pin
sstocker22-Apr-05 9:08
sstocker22-Apr-05 9:08 
GeneralRe: Data Binding - DropDownList Pin
brian5523-Apr-05 2:39
brian5523-Apr-05 2:39 
GeneralOrder of Postback and Session Variables Pin
Sue Oates17-Apr-05 20:43
Sue Oates17-Apr-05 20:43 
QuestionScrapper, anyone? Pin
mijan17-Apr-05 20:14
mijan17-Apr-05 20:14 
Questionhow to scan any damages in our page? Pin
mijan17-Apr-05 17:41
mijan17-Apr-05 17:41 
Generalxmlhttprequest from javascript in Firefox Pin
SimonS16-Apr-05 23:50
SimonS16-Apr-05 23:50 
GeneralGet html content from an URL by client-side scripting Pin
kokain15-Apr-05 16:37
kokain15-Apr-05 16:37 
GeneralData Access to Biz Layer Pin
1.21 Gigawatts15-Apr-05 4:03
1.21 Gigawatts15-Apr-05 4:03 
GeneralRe: Data Access to Biz Layer Pin
Colin Angus Mackay17-Apr-05 0:31
Colin Angus Mackay17-Apr-05 0:31 
GeneralRe: Data Access to Biz Layer Pin
Anonymous17-Apr-05 6:42
Anonymous17-Apr-05 6:42 
GeneralProblem with table height attribute Pin
ed welch15-Apr-05 3:03
ed welch15-Apr-05 3:03 
GeneralRe: Problem with table height attribute Pin
DavidNohejl15-Apr-05 3:25
DavidNohejl15-Apr-05 3:25 
GeneralRe: Problem with table height attribute Pin
ed welch20-Apr-05 9:36
ed welch20-Apr-05 9:36 
Questionhow to refresh Pin
ganeshMohan15-Apr-05 1:53
ganeshMohan15-Apr-05 1:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.