A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

help coding message options



 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old January 3rd 08, 04:16 PM posted to microsoft.public.outlook.program_vba
JC
external usenet poster
 
Posts: 41
Default help coding message options

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 05:03 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.