ImapBodyStructureLocation Property
Gets the body content URI of the MIME part.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public string Location { get; }

Property Value

Type: String
The string containing "Content-Location" header value, or a null reference (Nothing in Visual Basic) if the part does not have "Content-Location" header set.
See Also