ImageGear v26.3 - Updated November 9, 2022
ImageGear.Formats.Email Assembly / ImageGear.Formats.Email Namespace / ImGearEmailDocument Class / RecipientsTo Property




In This Topic
RecipientsTo Property
In This Topic
Specifies to whom this Email message was sent.
Syntax
'Declaration
 
Public ReadOnly Property RecipientsTo As List(Of MailAddress)
 
'Usage
 
Dim instance As ImGearEmailDocument
Dim value As List(Of MailAddress)
 
value = instance.RecipientsTo
Remarks
Can list will be empty if no To was present in the Email message.
See Also