Recent content by Nay Min Naung

  1. N

    Use Outlook in VBA

    Dear access-programmers, I want to add new email account to outlook 2010 by using (via) Microsoft Office Access coding. So, how can I do? Please help me. Nay Min Naung
  2. N

    Use Outlook in VBA

    Thanks darbid, I write your code "oMsg.SenderName and oMsg.SenderEmailAddress" in vba. That is OK, but the message security box is appear "Yes, No, Help" button. How can I do the message box is not appear? Please tell me if you know. Thank you for your reply. Nay Min Naung
  3. N

    Use Outlook in VBA

    Dim oApp As Outlook.Application Dim oMsg As Object Dim oItem As Items Dim oFolder As Object Dim ItemCount As Integer Dim i As Integer Dim mitem As MailItem Set oApp = New Outlook.Application Set oNS = oApp.GetNamespace("MAPI") 'Set folder to check the...
  4. N

    Use Outlook in VBA

    Dear, I am using outlook to send/receive mail. That is OK but I want to know that who send me mail(from: name of sender mail). Please tell me if you already know. :) Nay Min Naung
  5. N

    How can I know sent successfull or not using Outlook Application in VBA

    hi, I send a mail in VBA using Outlook Application. That is sent if I have connection. But I want to know how to use that sent is successful or not. If anyone know about that please help me. The following code is I already written: Dim objOutLookMsg As outlook.MailItem Dim objOutLookMsgSent As...
  6. N

    Hi, Dear All member!!!

    I am Nay Min Naung, Yangon, Myanmar. My english is not good so if I have mistake or wrong use of english, Ple forgive me.;)
Back
Top Bottom