The following code will call up a new message in Outlook from a Browser:
document.location.href = "mailto:?subject=Help&body=%20%20Test";
Does anyone know if a file can be attached to the new message using the previous code? If so, please let me know how.
document.location.href = "mailto:?subject=Help&body=%20%20Test";
Does anyone know if a file can be attached to the new message using the previous code? If so, please let me know how.