SetPickupFolder

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 function

See also

Platform Objects and Methods

target.mail.SetHeaders()

target.mail.SetSMTP()

target.mail