Archived Forum Post

Index of archived forum posts

Question:

Override existing boundary parameter

Aug 04 '17 at 08:49

Hi!

Using the Mail class is it possible to change the boundary generation? I want to achieve the same as this guy asks for (this is plain Java tho)


Answer

Maybe there's a better way, but you could try calling GetMimeObject, then set the Boundary property to whatever you'd like, and finally call SetFromMimeObject.