473,785 Members | 2,466 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Send email and show a BELL on them

All,

Sorry if this is the wrong group, but I could not find a good group for this
question, so I chose a busy developer group.

When you receive an alert from SHAREPOINT, the ICON shows a BELL on it, I
want to-do the same when sending an email from .NET.

Sharepoint does use SMTP to send, the same as .NET does (with
system.web.mail ), I have tried to add the correct headers :

X-AlertWebUrl:
X-AlertTitle:
X-AlertId:
X-AlertServerType :
X-AlertWebSoap:

but I don't get a BELL icon, has anyone done this.

Steve


Nov 22 '05 #1
3 2085
I dont know how SPS does this - but I would guess it either mime encodes the
message before sending it and includes the image as part of the message
part, or simply includes an HTML image tag reference to an image located on
the initiating server and make the message an HTML message. The second
option is by far the easier to implement.

--
Regards

John Timney (Microsoft ASP.NET MVP)
----------------------------------------------
<shameless_auth or_plug>
Professional .NET for Java Developers with C#
ISBN:1-861007-91-4
Professional Windows Forms
ISBN: 1861005547
Professional JSP 2nd Edition
ISBN: 1861004958
Professional JSP
ISBN: 1861003625
Beginning JSP Web Development
ISBN: 1861002092
</shameless_autho r_plug>
----------------------------------------------

"Steve Drake" <Steve@_NOSPAM_ Drakey.co.uk> wrote in message
news:#$******** ******@TK2MSFTN GP09.phx.gbl...
All,

Sorry if this is the wrong group, but I could not find a good group for this question, so I chose a busy developer group.

When you receive an alert from SHAREPOINT, the ICON shows a BELL on it, I
want to-do the same when sending an email from .NET.

Sharepoint does use SMTP to send, the same as .NET does (with
system.web.mail ), I have tried to add the correct headers :

X-AlertWebUrl:
X-AlertTitle:
X-AlertId:
X-AlertServerType :
X-AlertWebSoap:

but I don't get a BELL icon, has anyone done this.

Steve

Nov 22 '05 #2
SPS (both 2001 and 2003) is at microsoft.publi c.sharepoint.po rtalserver for
future reference.

It is also a busy newsgroup :)

Mike Walsh, Helsinki, Finland
WSS FAQ at wss.collutions. com
Please reply to the newsgroup

"Steve Drake" <Steve@_NOSPAM_ Drakey.co.uk> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
All,

Sorry if this is the wrong group, but I could not find a good group for this question, so I chose a busy developer group.

When you receive an alert from SHAREPOINT, the ICON shows a BELL on it, I
want to-do the same when sending an email from .NET.

Sharepoint does use SMTP to send, the same as .NET does (with
system.web.mail ), I have tried to add the correct headers :

X-AlertWebUrl:
X-AlertTitle:
X-AlertId:
X-AlertServerType :
X-AlertWebSoap:

but I don't get a BELL icon, has anyone done this.

Steve

Nov 22 '05 #3
SPS (both 2001 and 2003) is at microsoft.publi c.sharepoint.po rtalserver for
future reference.

It is also a busy newsgroup :)

Mike Walsh, Helsinki, Finland
WSS FAQ at wss.collutions. com
Please reply to the newsgroup

"Steve Drake" <Steve@_NOSPAM_ Drakey.co.uk> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
All,

Sorry if this is the wrong group, but I could not find a good group for this question, so I chose a busy developer group.

When you receive an alert from SHAREPOINT, the ICON shows a BELL on it, I
want to-do the same when sending an email from .NET.

Sharepoint does use SMTP to send, the same as .NET does (with
system.web.mail ), I have tried to add the correct headers :

X-AlertWebUrl:
X-AlertTitle:
X-AlertId:
X-AlertServerType :
X-AlertWebSoap:

but I don't get a BELL icon, has anyone done this.

Steve

Nov 22 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1878
by: Kenshin | last post by:
Hey! I have another script where i pull all the information from the database and I want to send it to the person. What they do is they enter in their email, and if the email matches, than it will email them their login information. How do you grab the info and than use that info and put it into an email to send? Here is my code thus far for it:
8
5315
by: LRW | last post by:
I'm not sure this message is totally appropriate for this group, so please, if anyone has a better group suggestion, let me know! My company sends out a monthly newsletter in HTML format to our account holders. We get a couple of people with auto-responders saying they don't accept HTML e-mails, please send plain-text. Is there some way to format an e-mail with both versions, maybe defaulting to HTML format but display plain-text if it...
2
448
by: Steve Drake | last post by:
All, Sorry if this is the wrong group, but I could not find a good group for this question, so I chose a busy developer group. When you receive an alert from SHAREPOINT, the ICON shows a BELL on it, I want to-do the same when sending an email from .NET. Sharepoint does use SMTP to send, the same as .NET does (with system.web.mail), I have tried to add the correct headers :
2
2317
by: MLH | last post by:
This question, I apologize, is more of a math question than it is an Access question - I'm almost certain. The bell curve is another name for the normal distribution, which is a common type of graph that has more or less the shape of a bell. "The Bell Curve" was also the title of a book, a controversial book back in 1994. It was about intelligence. If you graph scores on an IQ test on the horizontal axis, and number of people who got...
1
1358
by: DFS | last post by:
MS has made many, many $millions selling Access as part of Office Pro. There's no excuse for it not to have a better ER diagramming component, so that when you talk to clients or work with other IT people you have something more than the amateurish model currently produced. Those interested should send a request to support@microsoft.com and ask them to include some of the Visio ER diagramming features in Access (download 189mb Visio...
3
3412
by: Bell, Kevin | last post by:
Does anyone have any suggestions on printing pdf's? These pdf's don't change much, so if it be more straight forward to convert them to jpgs, or another format, then that'd be fine too. Thanks in advanced, Kevin
3
2670
by: growse | last post by:
Right, I've got a 2 c# programs here. Lets call them A and B. My aim is to send a simple string from B to A. A is always running. I've overridden the WndProc method to give me messages that are sent to it. B is a program that loads, sends a message and then quits. Let me give you the code to B (bits are missed out, but I've got the important stuff there): private const uint WM_USER_SENDTEXT = 0x8001;
3
2342
by: =?Utf-8?B?SGFtZWRfMTk4Mw==?= | last post by:
hi i have a asp.net website and i want to send mail from my site (in iis from my computer) to my mail(for example outlook),but how to configure my email seeting in my iis on my computer ? if possible guide me for configure my outlook for receive and show mails. thanks.
3
9743
by: =?Utf-8?B?SHVnaA==?= | last post by:
Hi There, I use follow code to send email inside VB.NET 2005. It does not work well. Error message of "Failure sending email" would occue. However, email was sent out sometimes. I am confused and please help. Thanks in advance. Hugh
1
2091
by: phuc2583 | last post by:
I will try my best to send email(abc@nhatranglive,support@nhatranglive),but i can not sent it i will try again another email address(phuc2583@gmail,phuc2583@yahoo.com), so it sent well, This is my code to write to send email: Senderfirstname=Request.Form("firstname") SenderlastName=Request.Form("lastname") SenderEmail=Request.Form("email") SenderPhone=Request.Form("phone") Sendercbxsubject=Request.Form("cbxsubject")...
0
9647
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9485
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10161
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10098
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9958
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7506
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6743
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4058
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2890
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.