 | BodyPartBasicContentLocation Property |
Gets the Content-Location of the body part, if available.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.10.0
Syntaxpublic Uri ContentLocation { get; set; }
Property Value
UriThe content location.
RemarksGets the Content-Location of the body part, if available.
The Content-Location value is only retrieved if the
BodyStructure flag is used when fetching
summary information from an IMailFolder.
See Also