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.
我有一个 VB.NET 应用程序,我需要该应用程序来填充用户部门的电子邮件帐户,而不是他们的个人帐户。我需要知道是否可以编写一个简单的 VB.NET 代码来为我做这件事。就像当用户从我的应用程序中单击回复按钮时,它必须只填充该帐户,例如finance@hean.co.za不像jeffrey@hean.com
finance@hean.co.za
jeffrey@hean.com
非常感谢您的帮助,我已经尝试过以下代码:
vItem.sendONbehalfName ="finance@hean.co.za"
它确实填充但拒绝发送电子邮件。