Click or drag to resize
MimeKit

BodyPartMultipartContentLocation Property

Gets the Content-Location of the body part, if available.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public Uri ContentLocation { get; set; }

Property Value

Uri
The content location.
Remarks
Gets the Content-Location of the body part, if available.
See Also