473,403 Members | 2,270 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,403 software developers and data experts.

attaching as winmail.dat??

ARC
(sorry for the re-post, but I thought I would put the winmail.dat where it's
visible in the subject...thanks!)

Hello all,

I have a question that I hope someone can help with. I have an Access 97
App, and I allow the user 2 options for e-mailing: MSMapi and MS Outlook
2000/XP. I have a user who is having trouble with the MS Outlook option. He
wanted to use this so he could attach quotes as a .pdf instead, which I have
built an automation for. The problem is, it is attaching the .pdf as
winmail.dat. I have tried recompiling an .mde for him, and re-referencing
the MSOUTL8.OLB file, but to no avail. I read one solution was to set your
full MS Outlook composing to plain text, but this didn't work for him. In
the even the library file was being overwritten by another app, I even made
an install .exe that just installed and registered the .olb file. Still no
luck.

What's strange is that this used to work fine for him...oh yes, and they are
running Outlook 2000, and Win XP.

Thanks!

May 23 '07 #1
2 2297
On Wed, 23 May 2007 15:50:45 GMT, "ARC" <an**@andyc.comwrote:

winmail.dat? That's a blast from the past. Early nineties this is
(iirc) how attachments were stored. I worked a bit on the source code
of msmail at the time.
I'm guessing there are some really screwy references on that machine.
I bet the user can't reproduce this on another machine. Unless it's
also running Windows for Workgroups :-)

-Tom.
>(sorry for the re-post, but I thought I would put the winmail.dat where it's
visible in the subject...thanks!)

Hello all,

I have a question that I hope someone can help with. I have an Access 97
App, and I allow the user 2 options for e-mailing: MSMapi and MS Outlook
2000/XP. I have a user who is having trouble with the MS Outlook option. He
wanted to use this so he could attach quotes as a .pdf instead, which I have
built an automation for. The problem is, it is attaching the .pdf as
winmail.dat. I have tried recompiling an .mde for him, and re-referencing
the MSOUTL8.OLB file, but to no avail. I read one solution was to set your
full MS Outlook composing to plain text, but this didn't work for him. In
the even the library file was being overwritten by another app, I even made
an install .exe that just installed and registered the .olb file. Still no
luck.

What's strange is that this used to work fine for him...oh yes, and they are
running Outlook 2000, and Win XP.

Thanks!

May 24 '07 #2
ARC
No, he's running XP...

My development machine has XP, and in my Access 97 project, i'm referencing
MSOUTL8.OLB. He's running Outlook 2000, and when he e-mails from my program,
if the user is using AOL, or Outlook express, they get the attachment as
winmail.dat. Now if he e-mails to an Outlook client, they get the actual
attachment, not winmail.dat.

Again, I have a reference to MSOUTL8, and I include that file in my runtime
..exe, and install it to \program files\access 97 runtime\.

Wonder if I should be installing it to the System32 folder instead? Hmmm...
"Tom van Stiphout" <no*************@cox.netwrote in message
news:oc********************************@4ax.com...
On Wed, 23 May 2007 15:50:45 GMT, "ARC" <an**@andyc.comwrote:

winmail.dat? That's a blast from the past. Early nineties this is
(iirc) how attachments were stored. I worked a bit on the source code
of msmail at the time.
I'm guessing there are some really screwy references on that machine.
I bet the user can't reproduce this on another machine. Unless it's
also running Windows for Workgroups :-)

-Tom.
>>(sorry for the re-post, but I thought I would put the winmail.dat where
it's
visible in the subject...thanks!)

Hello all,

I have a question that I hope someone can help with. I have an Access 97
App, and I allow the user 2 options for e-mailing: MSMapi and MS Outlook
2000/XP. I have a user who is having trouble with the MS Outlook option.
He
wanted to use this so he could attach quotes as a .pdf instead, which I
have
built an automation for. The problem is, it is attaching the .pdf as
winmail.dat. I have tried recompiling an .mde for him, and re-referencing
the MSOUTL8.OLB file, but to no avail. I read one solution was to set your
full MS Outlook composing to plain text, but this didn't work for him. In
the even the library file was being overwritten by another app, I even
made
an install .exe that just installed and registered the .olb file. Still no
luck.

What's strange is that this used to work fine for him...oh yes, and they
are
running Outlook 2000, and Win XP.

Thanks!


May 24 '07 #3

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

Similar topics

6
by: .: DeVa :. | last post by:
How can i brows for picture on disk and then save it into array for mailing ? ------ www.podvodni-svijet.com "Half-brother in blood, full brother in heart will I be. Thou shalt lead and I...
1
by: Ravi | last post by:
Q1.)In SQL Server 2000, is it always possible to use copies of the data and transaction log files of a database from one server to reattach to a new database on another server, or even to the same...
6
by: Yvan J. Gagnon | last post by:
I am currenly developing a web site using Macromedia fireworks, and am trying to figure out a way (through hand-coding) of attaching a javascript function (onClick="doit=false") to each of the...
0
by: Trokey | last post by:
I am having a serious problem connecting to out-of-process COM objects in my windows service application. Whenever I try to create an instance of the COM object, a second instance of the COM server...
3
by: Eli | last post by:
Hi, I need to add a text in the footer of e-mails, but I can't when the message arrives in MS-TNEF because the body of the message is inside the famous winmail.dat. There is somebody who knows how...
2
by: Jason | last post by:
Hi all would appreciate any help on decoding winmail.dat files from within C# code? i am getting winmail.dat files in emails and would like to write something to decode the file and save the...
1
by: Mark Kamoski | last post by:
Hi-- All of sudden (?) the VS.NET v1 IDE is NOT automatically attaching aspnet_wp.exe as a debugged process. Why? Here is the situation. VS.NET (v1)
0
by: ARC | last post by:
Hello all, I have a question that I hope someone can help with. I have an Access 97 App, and I allow the user 2 options for e-mailing: MSMapi and MS Outlook 2000/XP. I have a user who is having...
1
by: moltendorf | last post by:
I have a simple XMLHttpRequest that grabs a list of messages from my server (I posted a question for a different aspect of this earlier) I have decided to improve on it a little by adding in...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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
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
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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...

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.