Hi!
I customized a Contact form,I add a lot of fields on it like "To", "Subject" fields
and a button. On the click event of this button I want to send this Item(the contact form
that I modified). But I don't know how to add this Item to the MailItem. Also I don't how
to...
Hi!
I customized a contact form and on the click event of a button I write this code:
sub cmbSend_Click()
Set objThisPage = Item.GetInspector.ModifiedFormPages("CustomerForm")
Set colControls = objThisPage.Controls
Set objOA = CreateObject("Outlook.Application")
Set...
Hi,
I'm customized a Contact form in Outlook 2000 and I want to Send it but not with an attachement.
I add the fields "TO" and "Subject" on my form. I try to send it with Item.Send but this Item
does'nt support this property. I also try to add all fields in the Contact...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.