newuserxyz
Programmer
Hallo,
I wrote a little vbscript to detect incoming spam mails. Plan is, after detecting spam mail the mail should be delivered to a specific junkmail folder for each user (not to the badmail folder of the exchange server).
According to that I've installed an event sink for the OnArrival Event and use a vbscript with the appropriate event handler:
Sub ISMTPOnArrival_OnArrival(ByVal Msg, EventStatus )
Does the CDO Msg-Object contain a property where I can specify the the folder the msg should be delivered to?
Or is there a different possibility to solve my problem?
Thanx in advance
I wrote a little vbscript to detect incoming spam mails. Plan is, after detecting spam mail the mail should be delivered to a specific junkmail folder for each user (not to the badmail folder of the exchange server).
According to that I've installed an event sink for the OnArrival Event and use a vbscript with the appropriate event handler:
Sub ISMTPOnArrival_OnArrival(ByVal Msg, EventStatus )
Does the CDO Msg-Object contain a property where I can specify the the folder the msg should be delivered to?
Or is there a different possibility to solve my problem?
Thanx in advance