开发者

Display SMTP message to user prior to sending in .Net

开发者 https://www.devze.com 2023-04-12 10:21 出处:网络
When using MAPI the send command has parameters to display a login and the mail dialog prior to sending. For instance: mapiMessage.Send(MapiSendMailFlags.LogonUI | MapiSendMailFlags.Dialog);

When using MAPI the send command has parameters to display a login and the mail dialog prior to sending. For instance: mapiMessage.Send(MapiSendMailFlags.LogonUI | MapiSendMailFlags.Dialog);

Does anyone know of a 开发者_如何学Pythonway to do this for the SMTP Send command in .Net 4.0?


Can't do that - UI is your responsibility. In case of Simple MAPI, the UI comes form whatever application that registered itself as the default Simple MAPI provider.

0

精彩评论

暂无评论...
验证码 换一张
取 消