Saving emails via harmon.ie - what if the person viewing them does not have outlook? - harmon.ie

When dragging emails into harmon.ie from outlook and saving to a SharePoint location what happens if a person viewing the email at a later time does not have outlook and uses something else like lotus notes?

Harmon.ie saves the Outlook email in original format i.e. .msg format so this email can be opened by any client or browser that can read .msg.
Lotus notes can’t read .msg.
----- Jean

Related

Open Telegram chat of specific user with text message via browser link

I would like to know if via a Browser URL I can open the Telegram chat of a specific user and at the same time pre fill the first message with a text passt over the URL.
I know that I can open the chat of a user via this link format:
https://t.me/username
Now the only thing missing is how to pass a text message. For example like this:
https://t.me/username?text=example
It's not possible as of October 2022. You can only share a URL to a user and add a message there. The only thing I found. WhatsApp does it, Telegramm not. It would be a simple code in the Android app for instance, that would open the URL scheme, but it's not implemented

I want to send the latest record in a table in Access through Outlook

I want to send the latest record in a table in Access as email through Outlook. I need the email to look like the image in the below.
<https://i.stack.imgur.com/mmrhK.jpg>
This may be simple for experienced Ms Access users but I haven't tried using this feature before. You're help will be much appreciated.

Recording email opens as event

For I while I'm using img tag for tracking email opens. But now i see that every time after sending a email on a second day i have no opens. Last time - i opened my email on second day and i saw it in real time. After that i watched event report and again - 0 events for second day. Maybe You know - what can be a problem?
< img src="http://www.google-analytics.com/collect?v=1&tid=XX-XXXXXXX-X&cid=reciepient_id&t=event&ec=email&ea=open&el=LabelName" >
Ilze
Maybe the image is cached, since it's not downloaded again you won't see it in GA. That's just one of the reasons what you are doing is a terrible idea.
The biggest reason would be because Gmail will cache images for users. So if you send this email to say 100 users, google will cache download the image once and serve to all users. So you'll see a single hit no matter how many users (or no users) open your email.
More info: http://gmailblog.blogspot.com/2013/12/images-now-showing.html
Google Analytics is not a good tool for mail tracking.

Can .net generate smtp calendar appointments like it does messages?

I am trying to get .net to generate calendar appointments to user’s outlook such that the recipient would get a meeting request.
All the examples on the web have a standard message/ email object with an .ics attachment that contains the meeting details.
This is not good because I require the inbound outlook interaction to not be a message in the inbox , but rather an appointment in their calendar.
Secondly, these appointments can contain attachments similar to standard messages/ emails.
Is this possible with native .net? how about third party libraries?
The format for publishing calendar data is iCalendar (its like smtp for calenders and is used in most Outlook style applications.
I tested DDay.iCal library for this and it worked fine for me.
http://sourceforge.net/projects/dday-ical/
It produces a stream formatted in iCalendar format which can be saved to disk, emailed, or returned from a web site. In your case if you are SMTP then attaching an iCalendar format file as an attachment should do the trick.

Tracking an email

I am developing a bulk mail management project in ASP.NET. I want to track who opened my mails. I know that this can be done by embedding a small transparent image in my mail. So whenever the receiver opens the mail the image is automatically downloaded from my server. But I have no idea that how can I get to know that image is getting downloaded from my server and which mail id is downloading it. Please help me as early as possible.
Send email as html
Include somthing like
http://www.myserver.com/counter.aspx?userid=xxxxx'>
You may need to add some additional parameter to url, like email id to make sure you log only once, not every time user open an email
Inside counter.aspx run the code to log user and then output some image in the response.
I got another way out to get open statistics in following link:
http://www.aspnetemail.com/samples/emailtracker/default.aspx

Resources