Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MAPI
Message
De
02/10/1998 11:08:17
Rick Hawkins
Rose Valley Software Studio
Wallingford, Pennsylvanie, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
MAPI
Divers
Thread ID:
00143281
Message ID:
00143281
Vues:
52
Hi,

Does anyone know if there is a way to change the sender name when using MAPI controls to send email?

I was able to define the recip display name but not the orig display name. This is my code:

with this.parent.OleMMess
.msgnotetext = lcMessageText
.msgsubject = "Auto Email Survey"
.RecipDisplayName = 'Rick Hawkins'
.RecipType = 1
.OleMMess.ResolveName()

.msgOrigDisplayName = 'HelpDesk CAD'
endwith

I got an error 'property is read-only' and 'invalid session' at the last line. Do I need to do something else to define the OrigDisplayName?

Any suggestions would be appreciated.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform