www.pudn.com > Remote_Mail_client.zip > TI_MailService.cs


// Created by WiB June 2003 
// shy_dream@yahoo.com 
// You may include the source code, modified source code, assembly 
// within your own projects for either personal or commercial use  
// with the only one restriction: 
// don't change the name of project, library, namespace, assembly. 
 
using System; 
using System.Runtime.Remoting.Messaging; 
using System.Runtime.Remoting.Metadata; 
using System.Runtime.Remoting.Metadata.W3cXsd2001; 
namespace TI_MailService { 

    [Serializable, SoapType(XmlNamespace=@"http://schemas.microsoft.com/clr/nsassem/TI_MailService/TI_MailService%2C%20Version%3D1.0.1271.26205%2C%20Culture%3Dneutral%2C%20PublicKeyToken%3Dnull", XmlTypeNamespace=@"http://schemas.microsoft.com/clr/nsassem/TI_MailService/TI_MailService%2C%20Version%3D1.0.1271.26205%2C%20Culture%3Dneutral%2C%20PublicKeyToken%3Dnull")] 
    public class RemoteSess : TI_MAPI.MMapi 
    { 
        [SoapMethod(SoapAction=@"http://schemas.microsoft.com/clr/nsassem/TI_MailService.RemoteSess/TI_MailService#SendMail")] 
        public override Int32 SendMail(TI_MAPI.MSGDATA pMsgData) 
        { 
            return((Int32) (Object) null); 
        } 
        [SoapMethod(SoapAction=@"http://schemas.microsoft.com/clr/nsassem/TI_MailService.RemoteSess/TI_MailService#Logoff")] 
        public override void Logoff(Int32 hWnd) 
        { 
            return; 
        } 
        [SoapMethod(SoapAction=@"http://schemas.microsoft.com/clr/nsassem/TI_MailService.RemoteSess/TI_MailService#LogonEx")] 
        public override Int32 LogonEx(Int32 hWnd, String profile) 
        { 
            return((Int32) (Object) null); 
        } 
        [SoapMethod(SoapAction=@"http://schemas.microsoft.com/clr/nsassem/TI_MailService.RemoteSess/TI_MailService#InitializeLifetimeService")] 
        public override Object InitializeLifetimeService() 
        { 
            return((Object) (Object) null); 
        } 
        [SoapMethod(SoapAction=@"http://schemas.microsoft.com/clr/nsassem/TI_MailService.RemoteSess/TI_MailService#AddressList")] 
        public String[] AddressList(Int32 n) 
        { 
            return((String[]) (Object) null); 
        } 
 
    } 
}