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




In This Topic
RecipientsCc Property
In This Topic
Specifies who got a copy of the Email message.
Syntax
'Declaration
 
Public ReadOnly Property RecipientsCc As List(Of MailAddress)
 
'Usage
 
Dim instance As ImGearEmailDocument
Dim value As List(Of MailAddress)
 
value = instance.RecipientsCc
Remarks
Can list will be empty if no CC was present in the Email message.
See Also