Sicos1977 / MsgKit

A .NET library to make MSG files without the need for Outlook
199 stars 55 forks source link

how to send msg file after make it #104

Closed MohamedHussen closed 1 year ago

MohamedHussen commented 1 year ago

when i create new Email and open .msg file i cannot send it

Sicos1977 commented 1 year ago

Generate it as a draft e-mail, then you can sent it.

MohamedHussen commented 1 year ago

could you give me the sample code becose email.Draft is read only

Sicos1977 commented 1 year ago

What do you mean with readonly?

MohamedHussen commented 1 year ago

Could you give me the sample code to Generate the email as draft

Sicos1977 commented 1 year ago

The draft flag is in the constructor on the email object

MohamedHussen commented 1 year ago

Thank you