Possible to retrieve mailbox email?
Hi, I am trying to forward an email using the ExchangeWebServicesClient, however I cant seem to find the email address of the current mailbox.
View Articlefuntion is not working
mailMessage.Save(tempFolder + mailMessage.Subject + ".emlx", MailMessageSaveType.EmlxFormat);this function is not working, plesae provide me other function to export pst to emlx file
View ArticleRetrieved Original Sender From outlook forwarded email message
How can I get the original sender from the Outlook forwarded email message.
View ArticleCreate a new Task similar to Outlook and send Task via email to assigned user...
Hi,I just want to Create/Update/Delete a Task in .Net similar as we create a new Task in Outlook and need to send Task as an email to the assigned user.Then Task should be shown in the outlook calender...
View ArticleIntermittent Failure sending mail
HI there, we have license for Aspose Email 4.3.0.0 version and below code is used to send email:Client code----------------------EmailHelper emailHelper = new EmailHelper();var mailMessage =...
View Articlegetting exception on IEWSClient statement execution.
Hi,on execution of below statement i am getting exception, Can anybody from Aspose tema suggest what wrong i am doing here. That would be helpful.// Create instance of EWSClient class by giving...
View ArticleCreate a Task on Exchange Server and to Send this Task to the assigned user.
Hi Aspose Team,Please assist me on below,I have created a Task on Exchange server using EWSClient successfully.I need to send this task to the assigned user so first i get the Tasks from Exchange...
View ArticleHaving Aspose.Email Evaluation Issue
Hi,We are having Aspose.Total product with expiry December 10 2015. I believe that Aspose.Email should be a part of Aspose.Total but getting Aspose.Email Evaluation copy message in Email subject when...
View ArticleMiissing Sender Name
Hi There,I am trying to load (.msg) file and its properties by using following code snippet.MapiMessage pMail = null; MailMessage Obj_MailMessage =...
View ArticleClient.SaveMessage - Message can't be opened
Hi team, We are saving messages from Exchange server using the client.SaveMessage method as follow. However, output message file can not be opened. Can this be fixed soon?...
View ArticleMoving from aspose.iCalendar to aspose.email.mail.Calendaring
Hi I am trying to migrate an old system which used the aspose.iCalendar version 1.1.1.0 , now I replaced this dll with the aspose.Email.Mail.CalendaringI have the following codeOption Strict OnOption...
View ArticleOutlook task assignment
Dear Aspose support,I'm trying to create a Task assignment with your framework. Hence i want the task to be assignable to someone else.However it seems like that there is not such a method which...
View ArticleAspose MapiTask not looks like Outlook Task in inbox - Urgent
Hi ASPOSE Team,I need to create a Task similar to Outlook Task. As per the Suggestion from the ASPOSE Support Team i implemented MapiTask. See the below...
View ArticleMessage is Unsigned
Hi,If I sign and encypt an email with an SSL certificate when sending an email in Aspose I am able to retrieve and decrypt the message with Aspose as well.However when I send a message from Outlook...
View ArticleMapi Task behavior
Hi Aspose Team,When i create a MapiTask by selecting start and due date as 4/28/2015 using below sample code,MapiTask task = new MapiTask(Task.Subject, body, Task.StartDate,...
View ArticleWork with exchange
Hello, i need a little bit of help to know how can i get the body message of a exchange email object, using the aspose libraries. I try getting the object like MailMessage emailMessage1 =...
View ArticleSpeed of message retrieval from PST
when doing this, it is taking 1-3 seconds to extract message from PST. Is there a way to speed it up? Dim builder As PersonalStorageQueryBuilder = New PersonalStorageQueryBuilder()...
View ArticleHow to stop promotion/add using SMTPClient to send email
Hi Aspose Team,I am using SMTPClient to send a Task Email. Please see the below code.// Create instance of SmtpClient class by giving credentials SmtpClient smtpClient = new SmtpClient("host",...
View ArticleHow can I create assignable task
Hi,I would like to create an Outlook task and Assign it to an other user but when I open the created msg the Assign Task button is inactive. How can I create an assignable Task? Wich properties should...
View Article