I am creating an taskItem in outlook. I have a string with a date in the following format "day mm/dd/yyyy" and I want to use it as the taskItem.StartDate of the taskItem I am creating. How is this done because I get an error of types wehn I try to set the string to the .StartDate. Do u have to...
What is the best way to read in an entire file without editing any characters. For example if I use a for loop until EOF it will input every string up to a space of newline, I want the spaces and the newlines intact. Is there an easy way to read in the entire file to a variable. I am using...
I want to read from an attachment of an email. I can get the attachment item, but I dont know how to read in the text exactly. I am using Outlook 2000.
Thanks in advance!!
Aheu9
Dim olAppt As Outlook.AppointmentItem (or MeetingItem, get the same error either way)
Set olAppt = olApp.CreateItem(olAppointmentItem)
When I run the following two lines of code I get an error that says olAppt equals nothing. I am trying to add calendar events from a macro. Like in the...
I want to create a visual basic 6 script that reads in an emails text to process is. Also, is there a way to have a macro run on the opening or receival of an email. All help would be greatly appreciated.
Thanks in advance.
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.