Outlook Profile Information
Does the library have a way to find out what items are associated with a Outlook Configured Profile?For example I have a Outlook Profile under the name "Widget" and in that profile I have the...
View ArticleMessageInfo messageInfo - Access Body??
How do you access the body of an email? Looking at the MessageInfo object not seeing a .Body property to pull from. It has .Subject, .To .CC etc. Using the 30 day trial.foreach (MessageInfo...
View ArticleImap Client java.lang.IllegalAccessError
I am trying to familiarize myself with how basic functions in the Aspose IMAP client work. I am able to connect to Gmail via imap fine and list the folders/message counts, no problem. I am interested...
View ArticleUnable to extract Reciever information from Message.
Dear Aspose Team,I am trying to extract a message from a pst file and want to extract sender and receiver information from the MapiMessage.The use case is, a message can be sent to user1@google.com...
View ArticleMSG generation creates invalid stream
I've found another MSG generation problem with Aspose.Email (5.3). At customer – a lot of messages don't actually contain any named properties:Stream: __substg1.0_00040102Size: 0 However, the same...
View ArticleUnable to know how to read some properties while extracting metadata from a...
Dear Aspose Team,I want to know how we can extract information for the following properties based on message class.1). If the Message class is IPM.Schedule.Meeting I don't know how to read the...
View Articlemissing body text when converting eml to msg
Im using the following to save an eml message as a .msg. When viewed in outlook only the first line of text in the body of the email is visible.What am I missing? I have attached the eml message Dim...
View ArticleMessage Size
I have a .Pst with an email 42kb within the inbox.I am able to track the mail by getting the item from within the folder and creating both the MapiMessage and the MailMessage.How do i get the size of...
View ArticleUpdate Manage Contacts in Global Address List
Hello, I am new to this product. been trying to find any examples or documentation on how to progamatically insert, update, delete contacts that are stored in the global address list GAL (external...
View ArticleMSG Body Missing Problem
Hello,I have used your New Aspose.;Email Ver : 5.4 which is latest version. I got problem in creating msg with htmlbody not appearing. I have attached sample project and with htmlbody.And this is...
View ArticleCertificate Signed Date-Time Incorrect
Hi,I use SMTPClient to send a message and a certificate for Signing is attached to the message. The email is successfully sent with the certificate attached but the 'Signed at' Date on the security...
View ArticleUpdates to a pst and saving
Very new to this awesome email component (company is now putting in the purchase order, lol) and still trying to learn my way around it. (1) When you make changes to an opened pst, like adding a...
View Articlecontent-description on attachments
Is there any way to return the content-description from the header for an attachment on a message? I see you can return the content-disposition (ContentDisposition.) off of the Attachment object.
View ArticleDoes the splitting feature works with OST?
Hi, Splitting an OST reaises exception at my end. Is it even supported?
View ArticleProblem with named properties mapping.
I have problem with named properties mapping when I save messages to PST and try to open it later. Below code that shows this:using (PersonalStorage pst = PersonalStorage.Create(@"c:\test.pst",...
View ArticleExported message has MSG format violation?
Hi,in a test project we're exporting some sample messages from PersonalStorage like this:Code:using (var src = PersonalStorage.FromFile(@"small_pst.pst", false)) { var folder =...
View ArticleIssue with recursively traversing OST folders
Using Aspose.Email for .NET 5.3. I have an OST file, and I'm trying to recursively walk the folder structure. When I get to the folder "Root - Mailbox\Finder", the folder's HasSubFolders property is...
View ArticleCan we format the Contact Notes?
Hi, I was wondering if there is some way to set the format of Exchange contact notes? When I update a contact on Exchange server, the notes turn to HTML.
View ArticleMailQueryBuilder issue with date and Imap
Hi,I'm trying to use MailQueryBuilder with IMAP server. My query is very simple:Dim builder As MailQueryBuilder = New MailQueryBuilder()builder.InternalDate.Before(DateTime.Now,...
View ArticleFolder DisplayName contains backslash
Hi,we're copying PST file structure from file A to file B while we try to preserve the folder structure. That includes the RootFolder name of the PST (I do know this isn't visible to the user, but we...
View Article