Timezone property for recurrence
Inline attachment check logic has stopped working since 17.4
Sent Time missing in PST file
MapiMessage f_objMapiMessage = null;
objMBOXReader = new MboxrdStorageReader(this.m_StrSourceFilePath, true);
int f_intMailCount = 0;
while ((f_objMailMessage = objMBOXReader.readNextMessage()) != null //iterate mails
{
try
{
f_intMailCount++;
f_objMapiMessage= MapiMessage.fromMailMessage(f_objMailMessage);
f_Inboxfolder = f_ObjPersonalStorage.getRootFolder().getSubFolder("Mails");
f_Inboxfolder.addMessage(f_objMailMessage);
}
catch(Exception pObj)
{
pObj.printStackTrace();
}
}//end of while loop
}//end of outer try
catch(Exception pObj)
{
pObj.printStackTrace();
}
Please see PST file after open it in microsoft outlook.
Licence file not found when running C# Program via .exe in commandline
How to set Recurrence string in Mapi Calender
Daily recurrence time is getting changed in appointment
How to Add Voting Buttons
SOAP header Action was not understood
merge pst with ost File (Like outlook Import)
I try to merge a pst file with ost or merge one file with another.(Like outlook import)
I used the method (saveAS and mergeWith) but each time it does not work
Outlook 2010
Ost = Office365 Account
Thank you in advance for your help
Soufiane
EWSClient: Error on appointments folder in Office365
Object Reference error when using EWSClient.GetContacs
ewsclient and cache folders
From the article WellKnownFolderName enumeration, we can know that the RecipientCache field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
This is a new Exchange 2013 folder which is a hidden subfolder of the Contacts folder with a mailbox and its purpose isn't really documented at the moment, but contains like the AutoComplete cache, Addresses for Sent Emails.
Would it be possible for the ewsClient to show the hidden flag (if it even exists) in the list folders collection?
Thanks
To, CC and BCC not displaying in Outlook
Unable to load calendar response mails
Creation Date of Attachment in Email
VS 2017 debugging
Read .ics file
Calendar Attachment Creation and modified dates are not setting proper
SMTP send: The server committed a protocol violation.
Subject: [SMTP] The server committed a protocol violation. The server response was: Enter mail, end with "." on a line by itself'. The link to that topic was
http://www.aspose.com/community/forums/thread/839521.aspx
I can see in my email that Kashif responded to this. However, the thread appears to have disappeared. :-o
"The server committed a
protocol violation. The server response was: Enter mail, end with "."
on a line by itself'."
On a
different SMTP host in the same network, running the code works just
fine.
I've written some test code, which is in the attached file
TestAsposeEmail.zip
(I took the license files out).
This program outputted a couple log files, which are attached in
testAsposeEmailLogs
24-04-2017.zip
The file SmtpTest.log contains the actual exception thrown by the
"offending" system.
The
file called Aspose.Email.SMTP_2017-4-24.log is a text file that echos the SMTP
dialogs. The first half is the dialog as conducted by the system on which the
dialog fails (10.13.10.60); the second part (172.16.4.83) is the working
system.
What puzzles me is what would trigger the protocol violation exception in the
first dialog - I don't see anything wrong there.
Kashif then responded the same day, as follows:
I
have tested this issue using my test account credentials and observed no issue.
It seems to be specific issue with your server settings. I have shared the log
files with my product team and will write back here as soon as some feedback is
received.
I'm not amazed that you could not replicate this, as I myself have been unable to replicate the behaviour here. I would be interested to know what specific situation or setting could cause this behaviour to occur, as the SMTP dialog itself, including the response that the server coughs up, seems to be perfectly valid.
Regards,
Peter