Re: TCP question
Tech-Archive recommends: Fix windows errors by optimizing your registry
Date: Wed, 26 Jan 2005 08:11:32 -0600
| I wonder, because data is transferred as Bytes, should the headers be
binary
| or string.
uhhhh...humph. ;^)
try looking at the smtp or nntp protocols. that will help you get started.
to address your above statement fairly...it is strictly arbitrary which
approach you take.
Relevant Pages
- Re: How to send an e-mail
... with any smtp server. ... private string strEmailServer; ... public static NetworkStream nwstream; // public static so is thread safe ... public string SMTPServer ... (microsoft.public.dotnet.languages.csharp) - RE: No IP address logging on internal email.
... The headers you describe are SMTP ... the same server MAPI doesn't add anything to the SMTP header. ... "Send-As" permission is sending-as these users, so check mailbox rights. ... (microsoft.public.exchange2000.transport) - Re: Strange SPAM with no tracks...!?
... the destination domain generates a NDR for the recipient in your domain whose email address was spoofed in headers. ... If the destination domain did a SenderID check and you had SPF records published, it would have been easy to determine that the sending host is not authorized to send for your domain and this sort of thing can be avoided. ... For assistance, contact your system administrator. ... Searching for co.sutter.ca.us in the Exchange SMTP logs gives me no hits at all. ... (microsoft.public.exchange.admin) - Re: Can anyone tell me of any optimations I could do to this to make it faster?
... the tables that it grabs the headers from is temporary. ... the string class to do this. ... public string subject; ... static void Main ... (microsoft.public.dotnet.languages.csharp) - Re: Blank emails
... The issue I was relating comes about because Lotus Notes uses a space ... wraps the string at the space in the message header. ... The message source is always readable no matter how mangled the ... corrupts MIME headers of messages from Lotus Notes, ... (microsoft.public.windows.inetexplorer.ie6_outlookexpress) |
|