Trading_MemberMessageType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_MemberMessageType.h Trading_MemberMessageType.m |
Tasks
-
messageTypeThe type of message being retrieved. Note that some message
property
types can only be created via the eBay Web site. -
questionTypeThe context of the question (e.g. Shipping, General).
property -
emailCopyToSenderSpecifies whether or not to email a copy of the
property
message to the sender. If omitted, this defaults to whatever
the user set in preferences. -
hideSendersEmailAddressSpecifies whether or not to hide sender’s email address
property
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.
-
displayToPublicIf True, the member message is viewable in the item listing.
property -
senderIDThe eBay user ID of the person who asked the question or sent
property
the message. -
senderEmailSenderEmail contains the static email address of an eBay member,
property
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. -
recipientIDRecipient’s eBay user ID. For
property
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. -
subjectSubject of this email message.
property -
bodyThe content of the message is input into this string field. HTML formatting is not
property
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. -
messageIDAn ID that uniquely identifies a message for a given
property
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. -
parentMessageIDID number of the question this message is responding to.
property -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_MemberMessageType.hbody
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 *bodyDiscussion
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.hdisplayToPublic
If True, the member message is viewable in the item listing.
@property (nonatomic, retain) NSNumber *displayToPublicDiscussion
If True, the member message is viewable in the item listing.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_MemberMessageType.hemailCopyToSender
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 *emailCopyToSenderDiscussion
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.hhideSendersEmailAddress
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 *hideSendersEmailAddressDiscussion
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.hmessageID
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 *messageIDDiscussion
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.hmessageType
The type of message being retrieved. Note that some message
types can only be created via the eBay Web site.
@property (nonatomic, retain) NSString *messageTypeDiscussion
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.hparentMessageID
ID number of the question this message is responding to.
@property (nonatomic, retain) NSString *parentMessageIDDiscussion
ID number of the question this message is responding to.
type : NSString, wrapper for primitive string
Declared In
Trading_MemberMessageType.hquestionType
The context of the question (e.g. Shipping, General).
@property (nonatomic, retain) NSString *questionTypeDiscussion
The context of the question (e.g. Shipping, General).
type: string constant in Trading_QuestionTypeCodeType.h
Declared In
Trading_MemberMessageType.hrecipientID
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 *recipientIDDiscussion
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.hsenderEmail
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 *senderEmailDiscussion
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.hsenderID
The eBay user ID of the person who asked the question or sent
the message.
@property (nonatomic, retain) NSString *senderIDDiscussion
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