Search the web
Sign In
New User? Sign Up
ydn-mail · Yahoo! Mail Developer Community
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 419 - 448 of 651   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
419
Is there a way to add a contact to the address book? Looked in the api quickly but didn't see a method for this. Can it be done through set data?...
lennon_addresses
lennon_addre...
Offline Send Email
Apr 2, 2008
4:51 pm
420
... No, the Yahoo! Mail Web Service doesn't provide any means to access or modify the Yahoo! Address Book. -- Ryan Kennedy Technical Yahoo! ...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Apr 2, 2008
5:04 pm
421
Hi Ryan, Just wondering if there is any news on the bug you opened? I'm not sure what your timescales are internally, so apologies if I'm being too quick of...
Chris Wood
c_p_wood
Offline Send Email
Apr 10, 2008
3:17 pm
422
... I just had a look at the bug to check on progress. Looks like it stalled a little bit so I just gave it a prod. It looks like the bug is just in the new...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Apr 10, 2008
3:30 pm
423
their description is almost identical. tsahi...
Tsahi Asher
tsahi_75
Online Now Send Email
Apr 13, 2008
6:09 am
424
the domainKeySpecified, inReplyTo, messageId, meta, references, xapparentlyto and hasBlockedImagesSpecified properties of Message are undocumented. what are...
Tsahi Asher
tsahi_75
Online Now Send Email
Apr 13, 2008
6:09 am
425
Thanks for your help as ever, Ryan! I've tried it with Yahoo! Mail Classic.. and it *kinda* works. If you use http://mrd.mail.yahoo.com/msg?mid=[mid]&fid=Draft...
Chris Wood
c_p_wood
Offline Send Email
Apr 13, 2008
6:18 pm
426
... partId is what you'd use to reference the part within the Mail web service. It's an artifact of how the message part is stored and referenced in our back...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Apr 13, 2008
6:26 pm
427
... I'll file a bug to get the documentation updated. domainKeySpecified - indicates if the message was signed using DomainKeys (http://www.dkim.org/). ...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Apr 13, 2008
6:35 pm
428
... thanks for the info. i thought they might be deprecated properties or the like. tsahi...
Tsahi Asher
tsahi_75
Online Now Send Email
Apr 13, 2008
9:44 pm
429
Hello, Is is it possible to create an external account (POP) from the API? I understand how to get existing account list using GetUserData but the SetUserData...
Sam
samutay
Online Now Send Email
Apr 15, 2008
10:01 pm
430
it looks like some of these undocumented properties are duplicates. see below. ... so what is the nullable (in .NET terms) boolean domainkeys? ... this looks...
Tsahi Asher
tsahi_75
Online Now Send Email
Apr 15, 2008
10:01 pm
431
... Sorry, there's currently no way to create POP accounts via the API. -- Ryan Kennedy Technical Yahoo! rckenned@......
Ryan Kennedy
rckenned_at_...
Offline Send Email
Apr 15, 2008
10:04 pm
432
Hai ; I am trying to access the yahoo mail contacts from my application using browser based authentication technique. In that , i registered the application...
himanikandanv
Offline Send Email
Apr 16, 2008
3:55 pm
433
Hai ; I am trying to access the yahoo mail contacts from my application using browser based authentication technique. In that , i registered the application...
himanikandanv
Offline Send Email
Apr 16, 2008
3:55 pm
434
Hi teams, i need some information on how to access the deatils using API! is it possible to get name, conatcts etc.. and dont know about this API's but can any...
vijju_vi
Offline Send Email
Apr 17, 2008
4:18 pm
435
... Have a look at the GetUserData call. There's quite a bit of information available there: ...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Apr 17, 2008
4:28 pm
436
the GetMessage method returns, among other things, a Message object that has a collection of MessagePart objects. how do i know which message part is the...
Tsahi Asher
tsahi_75
Online Now Send Email
Apr 17, 2008
8:55 pm
437
one more thing about MessagePart: one of it's properties, attachments, is a list of AttachmentInfo. what is the meaning of this list? what does it represent in...
Tsahi Asher
tsahi_75
Online Now Send Email
Apr 17, 2008
8:55 pm
438
The GetMessageRawHeader receives a list of message IDs, but returns a list of raw headers which are not separated to their respective messages. How can one...
Tsahi Asher
tsahi_75
Online Now Send Email
Apr 18, 2008
3:07 pm
439
... It should be returning an array in the "rawheaders" parameter. The array should contain one element for each of the headers requested. Is that not what...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Apr 18, 2008
3:21 pm
440
... This is one area where we haven't done a great job with the API. Instead of returning the message parts as a tree (like they are in MIME) we're returning a...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Apr 18, 2008
3:32 pm
441
... From the WSDL: <complexType name="AttachmentInfo"> <sequence> <element name="name" type="xsd:string" minOccurs="0" maxOccurs="1"/> <element name="size"...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Apr 18, 2008
3:35 pm
442
... Something looks wrong with your URL, assuming the parenthesis and the stuff inside of it is what you're sending. You shouldn't have "/ WSLogin/V1/wslogin"...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Apr 19, 2008
2:53 am
443
Thanks Ryan :) will try this ... http://developer.yahoo.com/mail/docs/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=yMail&file=GetUserData.13.1.html...
vijju_vi
Offline Send Email
Apr 19, 2008
3:45 pm
444
Can somebody please kindly provide me with a user guide on how to use Yahoo Mail API, I want to be able to use it on visual studio 2008 express edition, but i...
writeodus
Offline Send Email
Apr 20, 2008
7:55 am
445
The FetchExternalMail method receives a list of ExternalAccount objects, each of which has protocol, username and server properties. The documentation says...
Tsahi Asher
tsahi_75
Online Now Send Email
Apr 20, 2008
7:56 am
446
... Visual Studio translates the web services into C# code. in terms of C#, the rawheaders is an array of String objects. i didn't try to run it yet, but the...
Tsahi Asher
tsahi_75
Online Now Send Email
Apr 20, 2008
7:56 am
447
... i'm not very good at reading WSDL files i'm afraid... ... if this was a single AttachmentInfo, that would make sense. but it's a list of AttachmentInfos....
Tsahi Asher
tsahi_75
Online Now Send Email
Apr 20, 2008
7:56 am
448
... I think it would also be helpful, if for the next version of the API, you will add a folder ID property to the FetchResult data type, so the user can know...
Tsahi Asher
tsahi_75
Online Now Send Email
Apr 21, 2008
2:31 am
Messages 419 - 448 of 651   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help