Click here to Skip to main content
16,011,685 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: database Pin
Christian Graus8-Oct-09 11:04
protectorChristian Graus8-Oct-09 11:04 
GeneralRe: database Pin
Luc Pattyn8-Oct-09 11:09
sitebuilderLuc Pattyn8-Oct-09 11:09 
GeneralRe: database Pin
Christian Graus8-Oct-09 12:03
protectorChristian Graus8-Oct-09 12:03 
GeneralRe: database Pin
Mycroft Holmes8-Oct-09 17:55
professionalMycroft Holmes8-Oct-09 17:55 
GeneralRe: database Pin
Luc Pattyn8-Oct-09 18:00
sitebuilderLuc Pattyn8-Oct-09 18:00 
GeneralRe: database Pin
Tom Deketelaere8-Oct-09 22:04
professionalTom Deketelaere8-Oct-09 22:04 
GeneralRe: database Pin
Luc Pattyn9-Oct-09 2:23
sitebuilderLuc Pattyn9-Oct-09 2:23 
QuestionSend emails in VB 6 with different senderID (SessionID) than active outlook one Pin
JorgeFdz8-Oct-09 8:21
JorgeFdz8-Oct-09 8:21 
Hi everyone, i´ve been looking deeply on the web but i just can do it.. i want to send emails with MAPISession1 in Visual Basic 6.0 but with diferent account from the active one that i have in my session in windows.

I belong to a generic account in a network and i can send mails directly in outlook with that account(just if i change the from field), but i cant figure how to send emails within code specifing the generic account, i tried to change the parameter MAPISession1.Username = "GenericAccount" but the mail is still taking the MAPISession1.SessionID that i think is taking from my outlook session, because everytime that i debug it, it take some weird diferent number each time.

Is there a way to specify the sender either in outlook or the vb coding?

Thank you guys..

frmMain.MAPIMessages1.MsgNoteText = "message"
frmMain.MAPIMessages1.SessionID = frmMain.MAPISession1.SessionID
frmMain.MAPISession1.UserName = "CHI APLUX"
frmMain.MAPIMessages1.Send
Question.ndf SQL Server database Pin
aransiola8-Oct-09 7:17
aransiola8-Oct-09 7:17 
AnswerRe: .ndf SQL Server database Pin
Dave Kreskowiak8-Oct-09 8:48
mveDave Kreskowiak8-Oct-09 8:48 
QuestionPrintDialog Not Showing Vista X64 Pin
Anubhava Dimri8-Oct-09 2:44
Anubhava Dimri8-Oct-09 2:44 
AnswerRe: PrintDialog Not Showing Vista X64 Pin
EliottA8-Oct-09 3:43
EliottA8-Oct-09 3:43 
GeneralRe: PrintDialog Not Showing Vista X64 Pin
Anubhava Dimri8-Oct-09 18:05
Anubhava Dimri8-Oct-09 18:05 
GeneralRe: PrintDialog Not Showing Vista X64 Pin
HAXiNH8-Oct-09 18:48
HAXiNH8-Oct-09 18:48 
GeneralRe: PrintDialog Not Showing Vista X64 Pin
JR2128-Oct-09 22:12
JR2128-Oct-09 22:12 
GeneralRe: PrintDialog Not Showing Vista X64 Pin
HAXiNH14-Oct-09 18:29
HAXiNH14-Oct-09 18:29 
GeneralRe: PrintDialog Not Showing Vista X64 Pin
HAXiNH14-Oct-09 18:32
HAXiNH14-Oct-09 18:32 
QuestionUsing vb.net timer contol in vb6 Pin
sumit70347-Oct-09 23:33
sumit70347-Oct-09 23:33 
AnswerRe: Using vb.net timer contol in vb6 Pin
Eddy Vluggen7-Oct-09 23:37
professionalEddy Vluggen7-Oct-09 23:37 
GeneralRe: Using vb.net timer contol in vb6 Pin
sumit70348-Oct-09 0:07
sumit70348-Oct-09 0:07 
AnswerRe: Using vb.net timer contol in vb6 Pin
The Man from U.N.C.L.E.8-Oct-09 0:05
The Man from U.N.C.L.E.8-Oct-09 0:05 
AnswerRe: Using vb.net timer contol in vb6 PinPopular
Christian Graus8-Oct-09 9:40
protectorChristian Graus8-Oct-09 9:40 
GeneralRe: Using vb.net timer contol in vb6 Pin
Paul Conrad8-Oct-09 16:50
professionalPaul Conrad8-Oct-09 16:50 
Question3D illumination Pin
bytelogik7-Oct-09 22:37
bytelogik7-Oct-09 22:37 
AnswerRe: 3D illumination Pin
Richard MacCutchan7-Oct-09 22:49
mveRichard MacCutchan7-Oct-09 22:49 

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.