Click here to Skip to main content
15,902,635 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Appearance Pin
RyJaBy23-Oct-09 7:11
RyJaBy23-Oct-09 7:11 
GeneralRe: Appearance Pin
EliottA23-Oct-09 7:30
EliottA23-Oct-09 7:30 
GeneralRe: Appearance [modified] Pin
Eddy Vluggen23-Oct-09 8:35
professionalEddy Vluggen23-Oct-09 8:35 
Question64 bit vs 32 bit Pin
RyJaBy23-Oct-09 5:52
RyJaBy23-Oct-09 5:52 
AnswerRe: 64 bit vs 32 bit Pin
Dave Kreskowiak23-Oct-09 7:16
mveDave Kreskowiak23-Oct-09 7:16 
QuestionSet Print Document Name For Crystal Report Pin
Anoop Brijmohun23-Oct-09 3:46
Anoop Brijmohun23-Oct-09 3:46 
QuestionHandling Outlook 2007 send or cancel mail Pin
leozampa7423-Oct-09 3:09
leozampa7423-Oct-09 3:09 
AnswerRe: Handling Outlook 2007 send or cancel mail Pin
DTMxxLLC23-Oct-09 8:02
DTMxxLLC23-Oct-09 8:02 
Leonardo:

To save a message to a specific folder you would use the following code:

oMsg.SaveAs("C:\FolderName\Message.msg")


To save a message to the Drafts folder of outlook:

oMsg.Save()



Hope this helps..

:::EDIT:::
Also, using the Intellisense and Object Explorer features of VStudio will answer a lot of your own questions.
Intellisense will show you all available and exposed methods, properties and functions for objects.
Object Explorer will give you a full rundown of the methods, properties and functions within a class.

Daniel Rolfe
-------------
Software Engineer
VB, ASP.NET, ASP, PHP, SQL Server 2005, SQL Server 2008

GeneralRe: Handling Outlook 2007 send or cancel mail Pin
leozampa7424-Oct-09 0:09
leozampa7424-Oct-09 0:09 
QuestionTrouble Creating Controller-Type Grid Pin
EvanSaunders23-Oct-09 1:47
EvanSaunders23-Oct-09 1:47 
AnswerRe: Trouble Creating Controller-Type Grid Pin
dan!sh 23-Oct-09 2:08
professional dan!sh 23-Oct-09 2:08 
GeneralRe: Trouble Creating Controller-Type Grid Pin
EvanSaunders23-Oct-09 2:22
EvanSaunders23-Oct-09 2:22 
QuestionAdding an icon in MessageBoxIcon Pin
vijay248222-Oct-09 23:19
vijay248222-Oct-09 23:19 
AnswerRe: Adding an icon in MessageBoxIcon Pin
Christian Graus22-Oct-09 23:36
protectorChristian Graus22-Oct-09 23:36 
GeneralRe: Adding an icon in MessageBoxIcon Pin
vijay248222-Oct-09 23:49
vijay248222-Oct-09 23:49 
AnswerRe: Adding an icon in MessageBoxIcon [modified] Pin
JR21223-Oct-09 0:41
JR21223-Oct-09 0:41 
QuestionExit constructor in abstract class Pin
Enver Maroshi22-Oct-09 23:17
Enver Maroshi22-Oct-09 23:17 
AnswerRe: Exit constructor in abstract class Pin
Christian Graus22-Oct-09 23:36
protectorChristian Graus22-Oct-09 23:36 
GeneralRe: Exit constructor in abstract class Pin
Enver Maroshi22-Oct-09 23:44
Enver Maroshi22-Oct-09 23:44 
GeneralRe: Exit constructor in abstract class Pin
Christian Graus23-Oct-09 0:12
protectorChristian Graus23-Oct-09 0:12 
GeneralRe: Exit constructor in abstract class Pin
Enver Maroshi23-Oct-09 0:47
Enver Maroshi23-Oct-09 0:47 
GeneralRe: Exit constructor in abstract class Pin
Ian Shlasko23-Oct-09 8:10
Ian Shlasko23-Oct-09 8:10 
GeneralRe: Exit constructor in abstract class Pin
Enver Maroshi26-Oct-09 0:07
Enver Maroshi26-Oct-09 0:07 
QuestionEnvent Handles Pin
mrvalles22-Oct-09 10:26
mrvalles22-Oct-09 10:26 
AnswerRe: Envent Handles Pin
Dave Kreskowiak22-Oct-09 11:02
mveDave Kreskowiak22-Oct-09 11:02 

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.