Discuss this help topic in SecureBlackbox Forum
Specifies the "Content-ID:" header field.
Declaration
[VB.NET]
Property ContentId As String
[Pascal]
property ContentId: string;
[C++]
void get_ContentId(std::string &OutResult);
void set_ContentId(const std::string &Value);
[PHP]
string get_ContentId()
void set_ContentId(string $Value)
[Java]
String getContentId();
void setContentId(String Value);
Description
Use this property to specify the "Content-ID:" header field.
This field contains an unique identifier of the attachment.
Discuss this help topic in SecureBlackbox Forum