SocketTools .NET Edition

MailMessage.ContentId Property

Gets the content identifier for the current message part.

[Visual Basic]
Public ReadOnly Property ContentId As String
[C#]
public string ContentId {get;}

Property Value

A string which specifies the content identifier.

Remarks

The ContentId property returns the unique content identifier string for the current message part. This multipart header field is not commonly used, and if undefined, will return an empty string.

See Also

MailMessage Class | SocketTools Namespace