User Profile

Collapse

Profile Sidebar

Collapse
lassi
lassi
Last Activity: Aug 20 '14, 08:36 AM
Joined: Jul 8 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Use C# code to Delete all read outlook emails, meetings and appointments in EWS

    hi,
    When I was trying to delete everything other than a normal email.
    I want to delete appointments, Meetings etc.
    Code:
    Appointment appointment = new Appointment(service);
    
    appointment.Subject = subject;
    
    appointment.Body = body;
    
    appointment.Delete(DeleteMode.MoveToDeletedItems);
    And i was also trying to select all read emails and delete them.
    Code:
     int readEmailCount
    ...
    See more | Go to post

  • lassi
    started a topic Integrate two emails

    Integrate two emails

    Here this code is sending two emails. Could you please help to make it as one email and send both the contents on one email.

    Code:
    ExchangeService service = new ExchangeService(ExchangeVersion.Exchange2007_SP1);  
    var assembly = Assembly.GetExecutingAssembly();
                        byte[] bytes = xyz.Properties.Resources.Template;
    
    
                        TinyUser tu = new TinyUser("r7929");
    ...
    See more | Go to post
    Last edited by Rabbit; Aug 5 '14, 03:44 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data.

  • Im unable to make this. Could please check with this.

    I'm looking for the process in C# where I give email id and password of any outlook and to display all unread emails from Outlook.

    Example:

    Email id : xyz@example.com
    Password : xyzpassword

    When I give this email id I need all unread email from that account xyz@abc.com


    Email id : rts@example...
    See more | Go to post
    Last edited by Rabbit; Jul 9 '14, 04:58 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data.

    Leave a comment:


  • lassi
    started a topic Display of unread emails in outlook through C#

    Display of unread emails in outlook through C#

    Im looking for the process in C# where I give email id and password of any outlook user and to display all unread emails from outlook.

    Example :

    Email id : xyz@abc.com
    Password : cnauhicu

    When I give this email id I need all unread email from that account xyz@abc.com

    Email id : rts@abc.com
    Password : ncauhscua

    When I give this email id I need all unread email...
    See more | Go to post
No activity results to display
Show More
Working...