AXForum  
Вернуться   AXForum > Microsoft Dynamics AX > DAX Blogs
All
Забыли пароль?
Зарегистрироваться Правила Справка Пользователи Сообщения за день Поиск

 
 
Опции темы Поиск в этой теме Опции просмотра
Старый 17.12.2009, 20:05   #1  
Blog bot is offline
Blog bot
Участник
 
25,643 / 848 (80) +++++++
Регистрация: 28.10.2006
hariprasadp: Send email through Dynamics AX -
Источник: http://hariprasadp.spaces.live.com/B...B91F!207.entry
==============
//--HariPattela--Dynamics AX send email through Dynamics AX
server static void SendEmail_CDO(Args _args)
{
    // Declare the Com Object Variable.
    COM CDOMessage = null;
    COM CDOConf = null;
 
    // Instantiate the Com object CDOSYS.DLL (IMessage Interface)
    CDOMessage = new COM("cdo.message");
 
    // Set the To Line
    CDOMessage.To('prasad@Test.com.my');
    // CDOMessage.To('ToAddr@xxxxxx.com');
    // Set From Line

    CDOMessage.From('prasad@Test.com.my');
    // Regular Text Body Format (Non-HTML Body)
    CDOMEssage.TextBody('Body of Message');

    // Message Subject
    CDOMessage.Subject('Test Alert Mail');
 
    // Send Message
    CDOMessage.Send();
    CDOMessage = null;
}



==============
Источник: http://hariprasadp.spaces.live.com/B...B91F!207.entry
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.
 

Похожие темы
Тема Автор Раздел Ответов Посл. сообщение
emeadaxsupport: List of fixes that improve performance of certain features in Dynamics AX 2009 Blog bot DAX Blogs 0 13.10.2009 19:06
CRM DE LA CREME! Configuring Microsoft Dynamics CRM 4.0 for Internet-facing deployment Blog bot Dynamics CRM: Blogs 0 18.08.2009 11:05
dynamic-ax.co.uk: Dynamics AX : Send Alerts (email) to Multiple Users – Mohammed Rasheed Blog bot DAX Blogs 0 03.07.2009 07:05
Developer for Microsoft Dynamics AX Certification Roadmap Blog bot DAX Blogs 1 13.05.2009 16:17
axStart: Microsoft Dynamics AX 2009 Hot Topics Web Seminar Series Blog bot DAX Blogs 0 06.08.2008 12:05

Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.
Быстрый переход

Рейтинг@Mail.ru
Часовой пояс GMT +3, время: 12:29.