P
Peik Chean
Question 1 :
Can the smtp coding at my Visual Basic program able to support the Flag for
Follow Up feature in Microsoft Outlook ?
If can, please provide the sample coding ?
Question 2 :
Sample Code
Dim olApp As Outlook.Application
Set olApp = CreateObject("Outlook.Application")
Dim olNs As Outlook.NameSpace
Set olNs = olApp.GetNamespace("MAPI")
I wish to know why when i use the sample code above at my Visual Basic
program, but it select the different profile ?
Actual Profile is : PEN - ERS
But Profile select is : PEN - PR
Thanks & Regards,
Peik Chean
Can the smtp coding at my Visual Basic program able to support the Flag for
Follow Up feature in Microsoft Outlook ?
If can, please provide the sample coding ?
Question 2 :
Sample Code
Dim olApp As Outlook.Application
Set olApp = CreateObject("Outlook.Application")
Dim olNs As Outlook.NameSpace
Set olNs = olApp.GetNamespace("MAPI")
I wish to know why when i use the sample code above at my Visual Basic
program, but it select the different profile ?
Actual Profile is : PEN - ERS
But Profile select is : PEN - PR
Thanks & Regards,
Peik Chean