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




In This Topic
RecipientsBcc Property
In This Topic
This specifies who got a copy of the message, but others cannot see who these persons are.
Syntax
'Declaration
 
Public ReadOnly Property RecipientsBcc As List(Of MailAddress)
 
'Usage
 
Dim instance As ImGearEmailDocument
Dim value As List(Of MailAddress)
 
value = instance.RecipientsBcc
Remarks
Can list will be empty if no BCC was present in the Email message.
See Also