Inherits from NSObject
Conforms to NSCopying
Declared in MCOPOPMessageInfo.h
MCOPOPMessageInfo.mm

Overview

This is information of a message fetched by MCOPOPFetchMessagesOperation.

Tasks

Properties

index

This is the index of a given message.

@property (nonatomic, assign) unsigned int index

Declared In

MCOPOPMessageInfo.h

size

This is the size of the given message.

@property (nonatomic, assign) unsigned int size

Declared In

MCOPOPMessageInfo.h

uid

This is the unique identifier of the message. It can be used as a cache identifier.

@property (nonatomic, copy) NSString *uid

Declared In

MCOPOPMessageInfo.h