TReKiE / msnp-sharp

Automatically exported from code.google.com/p/msnp-sharp
0 stars 0 forks source link

ContactEmailTypeType Messenger3 #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello all, I had a problem with ContactEmailTypeType, I had Excepion
because the application didn't know about ContactEmailTypeType Messenger3,
so i add this type and now the application work.

public enum ContactEmailTypeType {

        /// <remarks/>
        ContactEmailPersonal,

        /// <remarks/>
        ContactEmailBusiness,

        /// <remarks/>
        ContactEmailOther,

        /// <remarks/>
        ContactEmailMessenger,

        /// <remarks/>
        Messenger2,

        /// <remarks/>
        Messenger3,   //<-- add by me

        /// <remarks/>
        Passport,
    }

Bye bye,
   Lele from Italy

Original issue reported on code.google.com by daniele....@gmail.com on 17 Jul 2008 at 1:21

GoogleCodeExporter commented 9 years ago
Hi,

Could you give me your account and password to reproduce error. Or, could you 
send
xml response file? You can change your password later. Thanks... hephappy@gmail

Thanks.

Original comment by hepha...@gmail.com on 17 Jul 2008 at 4:34

GoogleCodeExporter commented 9 years ago
Sorry, but in my account i have friend's contact and then i can't give you my 
account
and my password.

Lele

Original comment by daniele....@gmail.com on 17 Jul 2008 at 9:02

GoogleCodeExporter commented 9 years ago
Ok Lele, not needed anymore. Fixed. Thanks for the report.
Messenger3 is LSC, Messenger4 is smtp-mobile.

Original comment by hepha...@gmail.com on 18 Jul 2008 at 9:21