.NET Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgramming.NET Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old March 21st, 2004, 04:51 PM
jyothi jyothi is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 2 jyothi User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Change "From" Address dynamically in VB using MAPI Controls

Hi,

Need help to solve my purpose.

I am using MAPI Session & MAPI Message Controls to send emails from VB. I am able to send emails without any error. Now I want to send some emails on behalf of another user. That user added me in his delegates list. But his name is not in my profile list. When I am sending emails its taking automatically my profilename and sending. How I can send emails on behalf of another user. Here I am giving my code:

Public Function SendMessage(ByVal SendTo As String, ByVal Subject As String, Attachment() As String) As Boolean
'automatically fill up the email server, ie. groupwise with the information
'such as subject and attachment.
On Error GoTo Err_Handler
Dim I As Integer


With m_Form.Message
.SessionID = m_Form.Session.SessionID
.Compose

If Subject <> "" Then .MsgSubject = Subject

'populate the sent to text box automatically if
'the project provides an email address.

If Not SendTo = "" Then
.RecipIndex = 0
.RecipType = 1 'RECIP_TYPE_TO
.RecipDisplayName = SendTo
'.RecipAddress = SendTo
'.ResolveName
End If

'we have to provide more than one space for each attachment.
'otherwise an error will be generated when using groupwise
'outlook does not have this problem.
If frmShipment.blshipment = False Then
.MsgNoteText = Space(UBound(Attachment) + 1) & vbCrLf _
& "The attached file needs PDF Reader to open, if you don't have the PDF Reader software on your machine, you can download the software FREE from http://www.adobe.com/products/acrobat/alternate.html"
Else
.MsgNoteText = Space(UBound(Attachment) + 1)
End If
For I = LBound(Attachment) To UBound(Attachment)

If Attachment(I) <> "" Then
.AttachmentIndex = .AttachmentCount
.AttachmentPosition = .AttachmentIndex
.AttachmentPathName = (Attachment(I))
End If
Next I

If frmUnconfirmedShip.blEmail = True Then
.Send False 'send emails directly
Else
.Send True 'display the send dialog window.
End If

End With

On Error Resume Next
AppActivate "Mail From"

m_ErrorMessage = ""
SendMessage = True

Exit Function

Err_Handler:
m_ErrorMessage = Err.Number & " " & Err.Description
SendMessage = False
End Function


Appreciable for your early response. TQ.

Reply With Quote
  #2  
Old August 20th, 2004, 12:29 PM
smit smit is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2004
Posts: 1 smit User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I have the same proble, do you has an answer yet?

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgramming.NET Development > Change "From" Address dynamically in VB using MAPI Controls


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway
Stay green...Green IT