DescriptionE-mail will be sent using the local SMTP service and e-mail will be picked up from the specified folder.SyntaxFunction SetPickupFolder( folder )folder (input) - name/address of the folder for mail pick-up Return value
Description
E-mail will be sent using the local SMTP service and e-mail will be picked up from the specified folder.
Syntax
Function SetPickupFolder( folder )
folder (input) - name/address of the folder for mail pick-up
Return value
This function does not return a value.
Sample'------------ Start ------------function Start trg.mail.Connect("SampleSMTP") trg.mail.SetPickupFolder( "C:\FileTestFolder" ) end functionSee alsoPlatform Objects and Methodstarget.mail.SetHeaders()target.mail.SetSMTP()target.mail
Sample'------------ Start ------------function Start trg.mail.Connect("SampleSMTP") trg.mail.SetPickupFolder( "C:\FileTestFolder" ) end functionSee also
'------------ Start ------------
function Start
trg.mail.Connect("SampleSMTP")
trg.mail.SetPickupFolder( "C:\FileTestFolder" )
end function
Platform Objects and Methodstarget.mail.SetHeaders()target.mail.SetSMTP()target.mail