I am currently sending my pdf with mail but i would also like to share my pdf on my Sharepoint's server.
I'm currently sending my emails with the mailDoc function :
this.mailDoc({
bUI: false,
cTo: EmailSal,
cCc: EmailClo,
cBcc:"mail@mail.com",
cSubject: "Contract",
cMsg: "text example",
});
I would like to know is this even possible? Thank you