![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
I have an accerss application that can send e-mails using outlook.
code sample below Private Sub CMDSendEmail1_Click() On Error GoTo Err_cmdSendEmail1_Click Dim strEmailMessage As String Dim strCC As String Dim StrRcvdDate As String Dim strDueDate As String Dim StrSubject As String Dim StrImportance As String StrRcvdDate = Forms![Data FORM].Form![DateReceived] 'the due date for signoff 'the text of the message, use chr(10) for line breaks strEmailMessage = "Please review the attached document, Approve or Reject BY Email. Please email Medco Finance Contracts Admin the revised Form." & Chr(10) & Chr(10) & "Thank You!" & Chr(10) & Chr(10) & "Adjustment Administrator" want to add as a string the appropriate parameters for Message Options Importance, Voting, Category as well as fowarding based on criteria can anyone help me |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Can I import Eudora message color-coding into Outlook categories? | Nathan | Outlook - Installation | 1 | December 17th 07 07:32 PM |
Message menu options greyed out | Capn Buck | Outlook Express | 5 | December 4th 07 04:16 PM |
Message text has odd coding in Outlook emails | Melissa | Outlook and VBA | 0 | August 29th 06 10:29 PM |
Shorcut button for Message Options | [email protected] | Outlook and VBA | 2 | August 4th 06 01:52 PM |
Big Message Rule - Alternative Options? | [email protected] | Outlook - General Queries | 2 | May 13th 06 03:17 AM |