Hi folks
Controlling a Post operation from MS Word vba.
I am trying to write VBA that POSTs activedocument as attachment to a nominated public folder.
The resulting post turns up in the in-box.
I can send successfully to the correct public folder if I specify
.to = “publicfoldername@domain name”
It seems that modifying the send routine with substitituions for item type to olPostItem etc is insufficient, and using .post instead of .send is insufficient.
Do I need to somehow specify a defaultFolder in my code ..
Thanks in anticipation..
Geof