EmailEwsConnectionMailboxUri Property |
Gets the URI of the mailbox.
Namespace: GroupDocs.Parser.OptionsAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 22.02.0
Syntaxpublic string MailboxUri { get; }
Public ReadOnly Property MailboxUri As String
Get
public:
property String^ MailboxUri {
String^ get ();
}
member MailboxUri : string with get
Property Value
Type:
StringA string value that represents a URI of the mailbox.
See Also