G 
		
								
				
				
			
		Guest
How can I set sender and to adress of a MailMessage so that I have both the
email address and the sender's proper name.
Would something like this work?
Dim email As New MailMessage
email.from = "'Arne' <[email protected]>"
				
			email address and the sender's proper name.
Would something like this work?
Dim email As New MailMessage
email.from = "'Arne' <[email protected]>"