473,503 Members | 2,150 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

E-mail from within Access

I have a simple issues database in which the issue can be assigned to
an individual via e-mail. The e-mail sendobject function is working
correctly, except that the notes from the memo field are being
truncated. The memo field can have an unlimited number of characters,
but is there a limit as to what will be copied into the e-mail body. I
would rather not have to cut and paste notes from the memo field to the
e-mail if at all possible. That part of it is being copied correctly
tells me something is working correctly.

Regards,
Miguel

Jan 18 '06 #1
4 1318
Hi Miguel,

I built something similar once, and I didn't have the size limitation (256
characters), so I know it can be done. I'm wondering if it might be the
format of your email. In my application, the format of the email was html.
Just curious.

Linda
"Miguel" <mj********@gmail.com> wrote in message
news:11**********************@g49g2000cwa.googlegr oups.com...
I have a simple issues database in which the issue can be assigned to
an individual via e-mail. The e-mail sendobject function is working
correctly, except that the notes from the memo field are being
truncated. The memo field can have an unlimited number of characters,
but is there a limit as to what will be copied into the e-mail body. I
would rather not have to cut and paste notes from the memo field to the
e-mail if at all possible. That part of it is being copied correctly
tells me something is working correctly.

Regards,
Miguel

Jan 19 '06 #2
Dear Linda:

Thank you for the advice. No the e-mail format is not HTML. If you are
suggesting that if it were HTML and then it would work, I can only
change the format after the e-mail window has been opened, I do not
know how to do it before. Besides, each user would have to do the same.
I would rather have something execute automatically.

Miguel

Jan 19 '06 #3
Hello again,

Here is the code from the application I developed with regard to setting up
the email. Maybe you try something similar:

Set msg = appOutlook.CreateItem(olMailItem)

With msg
..BodyFormat = olFormatHTML
..HTMLBody = strBody1 & strBody2 & strBody3
..To = strEmailRecipient
..Subject = strSubject
..BCC = strBCC
..Display

End With
"Linda Burnside" <linda@nospam_burnsidebiz.com> wrote in message
news:UV****************@newssvr14.news.prodigy.com ...
Hi Miguel,

I built something similar once, and I didn't have the size limitation (256
characters), so I know it can be done. I'm wondering if it might be the
format of your email. In my application, the format of the email was
html. Just curious.

Linda
"Miguel" <mj********@gmail.com> wrote in message
news:11**********************@g49g2000cwa.googlegr oups.com...
I have a simple issues database in which the issue can be assigned to
an individual via e-mail. The e-mail sendobject function is working
correctly, except that the notes from the memo field are being
truncated. The memo field can have an unlimited number of characters,
but is there a limit as to what will be copied into the e-mail body. I
would rather not have to cut and paste notes from the memo field to the
e-mail if at all possible. That part of it is being copied correctly
tells me something is working correctly.

Regards,
Miguel


Jan 19 '06 #4
Many thanks. I will try it out and let you know.

Miguel

Jan 20 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1858
by: David B | last post by:
I have an app which sends emails by way of Outlook, which works fine but relies on Outlook being on the `puter. Is there a way to have the emailing bits all within Access ? (using A97) TIA...
14
8985
by: jj | last post by:
Is it possible to call a remote php script from within Access? I'm thinking something like: DoCMD... http://www.domain.com/scripts/dataquery.php DoCmd.OpenQuery "update_data", acNormal, acEdit...
1
4128
by: Devonish | last post by:
I am composing an email with Access VB and then sending it from within Access. Everything works correctly (the email actually goes!) but Outlook ask some irritating questions that the user is...
1
2926
by: Orjan | last post by:
Does anybody have a suggestion of a software or component to use if you want to display JPEG or TIFF images in a control within Access? I know that Office can do this but my customer don't want to...
1
1986
by: Brian | last post by:
Greetings all! I've been searching and searching for about two hours looking for advise, help, tips for viewing an Outlook calendar (any view, month, week, day) from within Access. I've noticed...
7
5398
by: Daven Thrice | last post by:
I know how to send email out of Access, and that's no problem. What I need to figure out is how to receive email into access. Say that I give access an email address, such as access@daven.com. I...
10
24343
by: Mike Charney | last post by:
Is there a simple way to send SMTP email from Access VBA? Mike m charney at dunlap hospital dot org
1
1465
by: AngieMP | last post by:
Hi Guys I have inherited an Access DB in a very poorly state! I have offered to make some changes to it for a local charity but have got stuck on this error it seems to be creating for all new...
3
3008
by: sphinney | last post by:
I've written (actually modified from another post) the following code to automatically send an email message from within Access. Public Function SendEmail(TOstr As String, SUBJECTstr As String,...
1
8790
by: Drews | last post by:
Many thanks to PuppyDogBuddy or the reference to code samples to send an email and an attachment from within Access, all up and running. However I'm having trouble adding multiple attachments....
0
7205
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7093
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7287
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
5594
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5022
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4688
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
1521
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
746
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
399
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.