ImapBodyStructureContentID Property |
Gets the Content-ID value of the MIME part.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string ContentID { get; }
Public ReadOnly Property ContentID As String
Get
Property Value
Type:
StringThe string containing "Content-ID" header value, or a null reference
(
Nothing in Visual Basic) if the part does not have Content-ID.
See Also