Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_MemberMessageType.h
Trading_MemberMessageType.m

Overview

Container for individual message information.

@ingroup EBayAPIInterface

Tasks

  •   messageType

    The type of message being retrieved. Note that some message
    types can only be created via the eBay Web site.

    property
  •   questionType

    The context of the question (e.g. Shipping, General).

    property
  •   emailCopyToSender

    Specifies whether or not to email a copy of the
    message to the sender. If omitted, this defaults to whatever
    the user set in preferences.

    property
  •   hideSendersEmailAddress

    Specifies whether or not to hide sender’s email address
    from the recipient. If omitted, this defaults to whatever
    the user set in preferences–or on site policy, which
    determines whether or not this field is recognized.


    Note:
    This tag is no longer operational.

    property
  •   displayToPublic

    If True, the member message is viewable in the item listing.

    property
  •   senderID

    The eBay user ID of the person who asked the question or sent
    the message.

    property
  •   senderEmail

    SenderEmail contains the static email address of an eBay member,
    used within the “reply to"
    email address when the eBay member sends a message.
    (Each eBay member is assigned a static alias. The alias is
    used within a static email address.)
    SenderEmail is returned if MessageType is AskSellerQuestion.
    SenderEmail is also returned in the AskSellerQuestion notification.
    The following functionality of this field has been deprecated:
    return of a dynamic email address.

    property
  •   recipientID

    Recipient’s eBay user ID. For
    AddMemberMessagesAAQToBidder, it must be the seller of an
    item, that item’s bidder, or a user who has made an
    offer on that item using Best Offer. Note: maxOccurs is a shared schema
    element and needs to be unbounded for AddMemberMessagesAAQToBidder.
    For AddMemberMessageRTQ, this field is mandatory if ItemID is not in the request.
    For all other uses, there can only be one RecipientID.

    property
  •   subject

    Subject of this email message.

    property
  •   body

    The content of the message is input into this string field. HTML formatting is not
    allowed in the body of the message. If plain HTML is used, an error occurs and the
    message will not go through. If encoded HTML is used, the message may go through but
    the formatting will not be successful, and the recipient of the message will just
    see the HTML formatting tags.

    property
  •   messageID

    An ID that uniquely identifies a message for a given
    user.



    This value is not the same as the value used for the
    GetMyMessages MessageID. However, this MessageID value can be
    used as the GetMyMessages ExternalID.

    property
  •   parentMessageID

    ID number of the question this message is responding to.

    property
  •   any

    (public property)

    property

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Trading_MemberMessageType.h

body

The content of the message is input into this string field. HTML formatting is not
allowed in the body of the message. If plain HTML is used, an error occurs and the
message will not go through. If encoded HTML is used, the message may go through but
the formatting will not be successful, and the recipient of the message will just
see the HTML formatting tags.

@property (nonatomic, retain) NSString *body

Discussion

The content of the message is input into this string field. HTML formatting is not
allowed in the body of the message. If plain HTML is used, an error occurs and the
message will not go through. If encoded HTML is used, the message may go through but
the formatting will not be successful, and the recipient of the message will just
see the HTML formatting tags.

type : NSString, wrapper for primitive string

Declared In

Trading_MemberMessageType.h

displayToPublic

If True, the member message is viewable in the item listing.

@property (nonatomic, retain) NSNumber *displayToPublic

Discussion

If True, the member message is viewable in the item listing.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_MemberMessageType.h

emailCopyToSender

Specifies whether or not to email a copy of the
message to the sender. If omitted, this defaults to whatever
the user set in preferences.

@property (nonatomic, retain) NSNumber *emailCopyToSender

Discussion

Specifies whether or not to email a copy of the
message to the sender. If omitted, this defaults to whatever
the user set in preferences.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_MemberMessageType.h

hideSendersEmailAddress

Specifies whether or not to hide sender’s email address
from the recipient. If omitted, this defaults to whatever
the user set in preferences–or on site policy, which
determines whether or not this field is recognized.


Note:
This tag is no longer operational.

@property (nonatomic, retain) NSNumber *hideSendersEmailAddress

Discussion

Specifies whether or not to hide sender’s email address
from the recipient. If omitted, this defaults to whatever
the user set in preferences–or on site policy, which
determines whether or not this field is recognized.


Note:
This tag is no longer operational.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_MemberMessageType.h

messageID

An ID that uniquely identifies a message for a given
user.



This value is not the same as the value used for the
GetMyMessages MessageID. However, this MessageID value can be
used as the GetMyMessages ExternalID.

@property (nonatomic, retain) NSString *messageID

Discussion

An ID that uniquely identifies a message for a given
user.



This value is not the same as the value used for the
GetMyMessages MessageID. However, this MessageID value can be
used as the GetMyMessages ExternalID.

type : NSString, wrapper for primitive string

Declared In

Trading_MemberMessageType.h

messageType

The type of message being retrieved. Note that some message
types can only be created via the eBay Web site.

@property (nonatomic, retain) NSString *messageType

Discussion

The type of message being retrieved. Note that some message
types can only be created via the eBay Web site.

type: string constant in Trading_MessageTypeCodeType.h

Declared In

Trading_MemberMessageType.h

parentMessageID

ID number of the question this message is responding to.

@property (nonatomic, retain) NSString *parentMessageID

Discussion

ID number of the question this message is responding to.

type : NSString, wrapper for primitive string

Declared In

Trading_MemberMessageType.h

questionType

The context of the question (e.g. Shipping, General).

@property (nonatomic, retain) NSString *questionType

Discussion

The context of the question (e.g. Shipping, General).

type: string constant in Trading_QuestionTypeCodeType.h

Declared In

Trading_MemberMessageType.h

recipientID

Recipient’s eBay user ID. For
AddMemberMessagesAAQToBidder, it must be the seller of an
item, that item’s bidder, or a user who has made an
offer on that item using Best Offer. Note: maxOccurs is a shared schema
element and needs to be unbounded for AddMemberMessagesAAQToBidder.
For AddMemberMessageRTQ, this field is mandatory if ItemID is not in the request.
For all other uses, there can only be one RecipientID.

@property (nonatomic, retain) NSMutableArray *recipientID

Discussion

Recipient’s eBay user ID. For
AddMemberMessagesAAQToBidder, it must be the seller of an
item, that item’s bidder, or a user who has made an
offer on that item using Best Offer. Note: maxOccurs is a shared schema
element and needs to be unbounded for AddMemberMessagesAAQToBidder.
For AddMemberMessageRTQ, this field is mandatory if ItemID is not in the request.
For all other uses, there can only be one RecipientID.

entry type : NSString, wrapper for primitive string

Declared In

Trading_MemberMessageType.h

senderEmail

SenderEmail contains the static email address of an eBay member,
used within the “reply to"
email address when the eBay member sends a message.
(Each eBay member is assigned a static alias. The alias is
used within a static email address.)
SenderEmail is returned if MessageType is AskSellerQuestion.
SenderEmail is also returned in the AskSellerQuestion notification.
The following functionality of this field has been deprecated:
return of a dynamic email address.

@property (nonatomic, retain) NSString *senderEmail

Discussion

SenderEmail contains the static email address of an eBay member,
used within the “reply to"
email address when the eBay member sends a message.
(Each eBay member is assigned a static alias. The alias is
used within a static email address.)
SenderEmail is returned if MessageType is AskSellerQuestion.
SenderEmail is also returned in the AskSellerQuestion notification.
The following functionality of this field has been deprecated:
return of a dynamic email address.

type : NSString, wrapper for primitive string

Declared In

Trading_MemberMessageType.h

senderID

The eBay user ID of the person who asked the question or sent
the message.

@property (nonatomic, retain) NSString *senderID

Discussion

The eBay user ID of the person who asked the question or sent
the message.

type : NSString, wrapper for primitive string

Declared In

Trading_MemberMessageType.h

subject

Subject of this email message.

@property (nonatomic, retain) NSString *subject

Discussion

Subject of this email message.

type : NSString, wrapper for primitive string

Declared In

Trading_MemberMessageType.h