

- #Autoit outlook read receipt code#
- #Autoit outlook read receipt password#
- #Autoit outlook read receipt windows#
#Autoit outlook read receipt code#
ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.
#Autoit outlook read receipt windows#
If you do use my code all I ask, as a courtesy, is to make note of where you got it from.īack up and restore Windows user files _3 - Modified array functions that include support for 2D arrays. I hereby grant any person the right to use any code I post, that I am the original author of, on the forums, unless I've specifically stated otherwise in the code or the thread post. Teach a programmer to debug and he can do his work for a lifetime - by Chirag Gude Give a programmer the correct code and he can do his work for a day. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to. If I posted any code, assume that code was written using the latest release version unless stated otherwise. $oMyRet = StringStripWS($scription, 3)ĬonsoleWrite("# COM Error ! Number: " & $HexNumber & " ScriptLine: " & $oMyError.scriptline & " Description:" & $oMyRet & something to check for when this function returns $ ("urn:schemas:mailheader:Importance") = "Low" $ ("urn:schemas:mailheader:Importance") = "Normal" $ ("urn:schemas:mailheader:Importance") = "High" $objEmail.AddAttachment ($S_Files2Attach)ĬonsoleWrite('!> File not found to attach: ' & $S_Files2Attach & 0 $S_Files2Attach = Debug(62) : $S_Files2Attach = ' & $S_Files2Attach & & '>Error code: ' & & Debug Console Local $S_Files2Attach = StringSplit($s_AttachFiles, " ") $objEmail.Textbody = $as_Body & $s_AttachFiles "" Then


If $s_BccAddress "" Then $objEmail.Bcc = $s_BccAddress If $s_CcAddress "" Then $objEmail.Cc = $s_CcAddress $objEmail.From = '"' & $s_FromName & '" ' Local $objEmail = ObjCreate("CDO.Message") Global $oMyError = ObjEvent("AutoIt.Error", "MyErrFunc")įunc _INetSmtpMailCom($s_SmtpServer, $s_FromName, $s_FromAddress, $s_ToAddress, $s_Subject = "", $as_Body = "", $s_AttachFiles = "", $s_CcAddress = "", $s_BccAddress = "", $s_Importance="Normal", $s_Username = "", $s_Password = "", $IPPort = 25, $ssl = 0) $ssl=1 GMAILenables/disables secure socket layer sending - put to 1 if using httpS $IPPort=465 GMAIL port used for sending the mail
#Autoit outlook read receipt password#
$Password = "****" password for the account used from where the mail gets sent - REQUIRED $Username = username for the account used from where the mail gets sent - REQUIRED $Importance = "Normal" Send message priority: "High", "Normal", "Low" $BccAddress = "" address for bcc - leave blank if not needed

$CcAddress = "****" address for cc - leave blank if not needed $AttachFiles = "" the file you want to attach- leave blank if not needed $Body = "" the messagebody from the mail - can be left blank but then you get a blank mail $Subject = "******" subject from the email - can be anything you want it to be $ToAddress = destination address of the email - REQUIRED $FromAddress = "***" address from where the mail should come $FromName = "*****" name from who the email was sent $SmtpServer = "" address for the smtp-server to use - REQUIRED If your SMTP server requires a username and password then paste these lines in above the line: 'SMTP Auth (For Windows Auth set this to 2) You will need to know the address of your SMTP server to use this: Set one two three." You can send email without Outlook in VBScript using the CDO.Message object.
