Posts Tagged ‘e-mail’

Trying to send emails via CRM API

It looks like MS CRM 4.0 API doesn’t allow you to try to send an email. You can create an email, of course, like this: email ResellerEmail = new email(); //filling dozens of parameters Guid emailID = service.Create(ResellerEmail); This only creates an email in the database, but not actually sending anything. In order to send [...]

Antispam vs email

One of the best thing I love about email – it’s predictability of delivery. You always (well, almost almost always) know if your email was delivered or not. Either your email shows up in the mailbox of the recipient or warning shows up in your mailbox. Nothing disappears in the middle. It could well be one [...]