Hi,
Probably not exactly the right place for this, but any help would be appreciated.
I do the admin for a competition under "Your Competitions" on the betfair forum. Sometimes people can't post to the forum for various reasons and send an email to a common email address instead. What I'd like to do is extract the content of the email and post it to the appropriate thread automatically. I've worked out how to extract the email content but I'm having trouble doing the actual posting. I will know the actual url of the thread, so I'm looking for a VBA function like:
Function add_post(thread_url,text)
.... adds text to thread
end function
Any pointers would be greatly appreciated thanks.
Probably not exactly the right place for this, but any help would be appreciated.
I do the admin for a competition under "Your Competitions" on the betfair forum. Sometimes people can't post to the forum for various reasons and send an email to a common email address instead. What I'd like to do is extract the content of the email and post it to the appropriate thread automatically. I've worked out how to extract the email content but I'm having trouble doing the actual posting. I will know the actual url of the thread, so I'm looking for a VBA function like:
Function add_post(thread_url,text)
.... adds text to thread
end function
Any pointers would be greatly appreciated thanks.


Comment