/// <summary> /// The main entry point for the application. /// </summary> [STAThread] static void Main(string[] args) { TestMail.Send("testuser@codeguru.com", "mstrawmyer@crowechizek.com", "Test Message Using CDOSYS", "Hello World! This is a simple message sent using CDOSYS."); }
/// <summary> /// Send a message using the .NET wrapper for Collaborative Data /// Objects (CDO). This method should be used when sending to a /// single recipient only; otherwise, the list of recipients /// will be known. /// </summary> /// <param name="MessageFrom">Message originator</param> /// <param name="MessageTo">Message receipent</param> /// <param name="MessageSubject">Message subject</param> /// <param name="MessageBody">Message body</param> public static void Send(string MessageFrom, & 上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] ... 下一页 >> |