Convert vcard to mhtml
I am able to convert the contact to mhtml but some fields are always emptyPostal Address: Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Business: Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Email:...
View ArticleIEWSClient FetchMessage Index was out of range
Certain messages in a Exchange account are raising an "Index was out of range" exception in FetchMessage. I have attached a file that has an expanded watch of the ExchangeMessageInfo, the system...
View ArticleFetchMessage Aspose.Email.AsposeArgumentException "Wrong unique...
Hi,Ā I am getting "Aspose.Email.AsposeArgumentException" with error mesage "Wrong unique identifier" while trying to fetch message with its UniqueId. In the code below, call to Pop3Client.FetchMessage...
View ArticleThe Alignment of the table is not correctly rendered in the result of saving...
Hi thereWe are currently testing saving MSG files into HTML format with Aspose Email 17.1.0.Here is our code for test:String file = "custom/input/msg/Msg Test For MEMO.msg";byte[] fileContent =...
View ArticlePossibility of appending message in pop3
Is it possible for you guys to embed the functionality of Appending message in Pop3 client? What I want is to use a single client for adding and retrieving messages from my mailbox.
View Articleattachments not always found
HiĀ You have a post "Re: EML files with single attachment, attachment not recognized" from a couple of days ago; we are experiencing exactly the same problem.We have .msg files with three attachments,...
View ArticleListing Folders and Messages - ImapClient
Hi Maria,The following code is still not working for me:Getting Folders and Reading Messages...
View Articleforwrding email and keeping the format
I am using aspose email to forward an email message from exchange. The email is forwarding, but the recipient is receiving the email in text format and not in the original html format.Is there a way to...
View ArticleMapiMessage.FromFile failing to retrieve all attachments
Maria.Shahid:Hi,Sample Code:MapiMessage msg = MapiMessage.FromFile(dataDir + "NYCDOELeadResultsNotificationK843.msg");I tried this, with MapiMessage instead of MailMessage.The "count" increased to the...
View ArticleGoogleClient error [400] invalid: Eactly one of non-empty 'rel', 'label' is...
I am attempting to update a Gmail Contact based on your sample code:Ā Ā Ā Ā Ā Ā Dim contact As Contact = client.GetContact("http://www.google.com/m8/feeds/contacts/xxxxxr%40gmail.com/base/xxxxxxx")...
View ArticleBacking Exchange Server folder to PST
Hi,Is there anyway I can add a collection of exchange servers to PST as backup?
View ArticleFinding emails in a large PST
Hi. We have a large pst file from which we want to find emails of our interest. We are not sure if Aspose.Email will find the messages of our interest easily from it? Our searches are based on...
View Articleissue with vcf
Hi Team,I am creating a v-card using MapiContact class.Here I want to put the birthday of a user in v-card but i am unable to find any property related with birthday in MapiContact Class.Please help me...
View ArticlePop3Client using web proxy
Hi,We have a query related to using Pop3Client using proxy. Can we use it using webproxy software like Browsec somehow?
View ArticleFilter mails from gmail
How can i get the mails from gmail basis on the filters likeĀ 1) Getting mails of two months2) Getting mails of particular user3) Getting mails depends upon subject4) Mails based on Attachments5) Mails...
View ArticleUsing MAPI to save mail in eml format
Hi Team,We are in search of a new protocol to fetch the received Email and save it in .eml format,Previously we were using IMAPClient and ExchangeClient where the former was removed as security concern...
View ArticleLogin using OAUTH Returns "The request failed with HTTP status 401:...
AuthenticationResult result = context.acquireTokenByRefreshToken(refreshToken, clientCred, null).get();EWSClient.getEWSClient(urlEWS, new OAuthNetworkCredential(admin, result.getAccessToken()));so it's...
View ArticleUnable to create Aspose.Net Objects in unit tests
We have a licensed version of the Aspose.Net email libraries. We have been using version 5.4 in our product which includes a number of unit tests. We recently decided to update the Aspose library to...
View ArticleGenerating large PST files
We have noticed that as the PST size goes large, its processing slows both for adding and extracting messages. Are there any performance issues with large PST files in your knowledge? How should we...
View ArticleNumber of attachments
HiIs there any documentation that specify how many attachments we can add to a MailMessage? We dont see any such information in documentation.
View Article