Questions tagged [cdo.message]

Part of Microsoft's Collaboration Data Objects (CDO) it is usually used by WSH or .NET applications for e-mail message automation.

Documentation:

248 questions
-1
votes
1 answer

Send file in body of email not as attachment vbscript

im using vbscript CDO for mail sending but i want to attachment as a body of the email can you please suggest me. strSMTPFrom = "kampati.vinay@testing.in" strSMTPTo = "kampati.vinay@testing.in" strSMTPRelay = "testing.in" strTextBody = "MDaemon Q…
Vinay
  • 1
  • 3
-1
votes
1 answer

How to send a Confidential email using VBScript

I have been searching on-line on how to send an email with attachment as confidential. I was already able to create a script to be able to send an email with an attachment but I can't figure out how to send it as confidential. I would appreciate if…
-1
votes
1 answer

How to trace Collaboration Data Objects in Outlook?

How to trace CDO generated emails in Outlook ?
sam m
  • 74
  • 1
  • 14
-1
votes
2 answers

Using CDO.Message I can send emails from anyone company email address. Is this normal or is it a hole in IT security?

It seems insecure, but I don't know if it's normal for companies who share a server and have an smtp. Is this something that's standard or is there a hole in the IT security that I should notify someone of?
-1
votes
1 answer

sending mails using asp page error

I have an asp page which should send a mail . I am using the below code, but it returns an error in sending
user3261588
  • 51
  • 1
  • 9
-1
votes
3 answers

Specify the windows folder path in VBScript

I have a vbscript ,which sends the folder contents as attachments to my email but the problem is i am unable to specify the path of windows folder because the windows path is different for different computers. In my code following works Const PATH =…
Aiden Jones
  • 1
  • 1
  • 2
-2
votes
1 answer

How to calculate "Standard deviation (STD)" by CDO?

How can I calculate the temporal "Standard deviation" with cdo?
Khan
  • 3
  • 4
-2
votes
1 answer

ASP (classic) VPScript get client's attachment

This is my first time making a website. On the website I have made a form for client to fill in their details. It uses the CDO.Message and smtpserver (gmail) and the details can be sent successfully to my email. Now I want to add a function to allow…
Chun
  • 1
  • 1
1 2 3
16
17