SendObject

  • Thread starter Thread starter Greg
  • Start date Start date
G

Greg

I am using sendobject to send an email to the principal of my school when
a student is on the way down to the office. Is there a way to add a paragraph
or line break in the Message Text portion of the sendobject command?

Rip

For example I want the message to look like this:

Student Name:

This student is on the way to the office right now.
 
In the text string which builds the body of the message insert the following
between the name of the student and the string which starts "This student
....":


& Chr(10) & Chr(13) & Chr(10) & Chr(13) &

The above is two sets of Carriage Return-Line Feed
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

register student to course 0
SendObject 1
SendObject with PDF 4
SendObject - PDF 7
Access student class level 0
Access linking new student form to new course form 2
C# Skype silent connection 0
SendObject and Outlook 2003 Send Error 1

Back
Top