+ Reply to Thread
Results 1 to 2 of 2

Setting up a new outlook account programmatically

  1. #1
    Registered User
    Join Date
    02-26-2009
    Location
    India
    MS-Off Ver
    Access
    Posts
    69

    Setting up a new outlook account programmatically

    Hello,

    I want to make a new outlook account programatically.

    How can I do that?

  2. #2
    Webtekr
    Guest

    Re: Setting up a new outlook account programmatically

    Hello,

    I've a problem with Redemption RDO library, i wrote the code below where
    i want to change SMTP server properties but nowhere i found the method
    to change/store the password.

    My SMTP server need authentification i can change the SMTP_UseAuth property, change the SMTP_UserName but how to change the password associated to the UserName ?
    Nowhere i found the right method. Here's my code :

    "

    Set TSession = CreateObject("Redemption.RDOSession")

    TSession.MAPIOBJECT = Application.Session.MAPIOBJECT

    Set Accounts = TSession.Accounts

    For Each Account In Accounts

    If Account.AccountType = 0 Then 'atPOP3

    If Account.Name = "[email protected]" Then
    Account.SMTP_UseAuth = True
    Account.SMTP_LogonKind = 1
    Account.SMTP_UserName = "[email protected]"
    Account.SMTP_Server = "smtp.qwerty.com"
    Account.Save
    'But i d'ont find the property to set the password on
    http://www.dimastr.com/redemption/

    End If

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1