H loginerror,
I really need help ASP I have manage to create a outlook read email.but am trying to get the body message extracting body message without signature part please help
H loginerror,
I really need help ASP I have manage to create a outlook read email.but am trying to get the body message extracting body message without signature part please help
I made your topic public as it will increase your chances of getting help from our entire community
Typically it should be as easy as using this line of code:
yourEmails(0).Body
See example here:
Thank you. I have retrieve email body. But how can I remove the signature part of the message?
You can replace a value in your string like that:
inputString.Replace("valueToLookFor","valueToChangeTo")
There is a lot of examples on our Forum of this type of data manipulation
Thank you.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.