Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
mailmessage.from プロパティをメール アドレスではなく単純なテキストに設定したいと考えています。これはどのように行われますか?
MailAddress from = new MailAddress("ben@contoso.com", "Ben Miller");
From に"Ben Miller" を表示するとします。
バックグラウンドでは、"ben@contoso.com" は引き続き "差出人" に存在します。有効な電子メール アドレスが必要であり、それを変更することはできません。