AttachPropertyFormatType Property
This is used to set or get the attachment format type
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public string FormatType { get; set; }
Public Property FormatType As String
Get
Set
public:
property String^ FormatType {
String^ get ();
void set (String^ value);
}
member FormatType : string with get, set
Property Value
StringThe value is a string defining the type of attachment that the property value represents such
as
image/jpeg,
application/binary,
audio/basic, etc.