Answered: How to convert linked resources to attachments
Actually, you should copy MediaType and other properties as well. So your code should look like this:foreach (var res in mail.Resources) { if (res.ContentId == null) continue; var att = new...
View ArticleConnection type for FTP client
Hello Does Rebex.FTP have equivalent to the System.Net.FtpClient.FtpDataConnectionType and how it is set for the FTP client? Thank you
View ArticleAnswered: Is possible to do the Xml signature with the new version
Yes, it is possible to create signatures on .NET CF.The code looks like this:// load certificate with private key var cert = Certificate.LoadPfx(certPath, certPassword); // set desired parameters var...
View ArticleNissan's Ceo Wagers 'Credibility' On Raising Revenue
In only several short times, i will commemorate the conclusion of 17 years as that most iconic of leaders, the main Executive Officer (universally called CEO). There will be on that day terms comical...
View ArticleRebex.EWS.StoreMessage stores messages on exchange server in editable format
Hello I am trying to put eml messages onto Exchange server, using Rebex.EWS, but messages received are in editable format, like draft messages. Below is the code I useprotected void SendMessage(byte[]...
View Articlepage limit of POP3?
Is there a way to only pull 500 messages per check with POP3? Using VB for Reference. Extremely large mailbox so can't pull all messages at once.Thanks Nick
View ArticleConnection type for FTP client
Hello Does Rebex.FTP have equivalent to the System.Net.FtpClient.FtpDataConnectionType and how it is set for the FTP client? Thank you
View ArticleLather Hair Salon Events To Raise Funds For Domestic Violence
When so you think you can dance have been spending lots of time online for more information about how to supply the perfect present, you almost certainly have realized chances are that just about all...
View ArticleThe located assembly's manifest definition does not match the assembly...
Hello,just downloaded the Trial of your Secure Mail component and want do use it from another software (ZennoPoster, an webautomation framework in C#). The problem is, when I try to add the reference...
View ArticleFTP with HTTP Connect Proxy - Can't open data Connection (425)
Hello,I encounter some issue with Rebex FTP but only for one of my FTP's Provider. I succeed to access FTP through FileZilla but not with FTP Rebex.It seems FileZilla use the Proxy for each action but...
View ArticleAnswered: page limit of POP3?
Please note that POP3 protocol is very old and paging was never introduced in it. The POP3 was intended to synchronize remote POP3 mailbox with user's local mailbox copy the most easiest way.The...
View ArticleSFTP server in java
Hi, does the rebex has FileServer API that support java? We are looking into setting up our own SFTP server in linux environment. Thanks in advance!
View ArticleAnswered: FTP with HTTP Connect Proxy - Can't open data Connection (425)
Can you please try the same with the latest version. The version you used is from 2012.If it is not working, please post here log with LogLevel.Debug.
View ArticleHow can I parse .p7s file for Signer
How can I parse the digital signature (.p7s) so I can get information like: Subject, From, Signed by, Validity, etc..?
View ArticleAbort Connection
Hello, In your sample FtpWinFormClient, the "Abort" button works only for Upload.If I am trying to download and I click "Abort", the connection is blocked, and if I re-try to re-download something...
View ArticleAnswered: How can I parse .p7s file for Signer
If you view a Digital Signature in Microsoft Outlook it explicitly has:Digital Signature: Subject: From: Signed By: etc... I will send you a picture of what I am talking about.
View ArticleSecure mail throws exception while decrypting AES192
Hi,This happens while trying to decrypt an EML file. The same file can be decrypted by other 3rd party component. Could someone help me on this?Encryption Status:The message is encrypted. The message...
View ArticleOAEP support in Secure Mail
Hi,I know that the current version does not support OAEP. Can you give a timeframe for implementation if there is any? I need that feature by the end of the year.Regards,
View ArticleGetItems Traverse Mode does not work
Hello I am using Rebex.FTP(v. 4.0.6249.0) library for my FTP client and I have troubles with GetItems method's traversalMode parameter. If it is set to NonRecursive, only the current directory is...
View Article