ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Formats.XMP.IPTC Namespace / ImGearXMPContactInfo Class / CiEmailWork Property




In This Topic
CiEmailWork Property
In This Topic
Gets or sets the contact information email address part. Multiple email addresses can be given, separated by a comma.
Syntax
'Declaration
 
Public Property CiEmailWork As ImGearXMPString
 
'Usage
 
Dim instance As ImGearXMPContactInfo
Dim value As ImGearXMPString
 
instance.CiEmailWork = value
 
value = instance.CiEmailWork

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
See Also