public class DeleteMapiAttachmentRequestData extends Object
Modifier and Type | Field and Description |
---|---|
String |
attachment
Attachment name or index
|
String |
name
Document file name
|
StorageFolderLocation |
storage
Document file storage location info
|
Constructor and Description |
---|
DeleteMapiAttachmentRequestData(String name,
String attachment,
StorageFolderLocation storage)
Initializes a new instance of the DeleteMapiAttachmentRequestData class.
|
public String name
public String attachment
public StorageFolderLocation storage
public DeleteMapiAttachmentRequestData(String name, String attachment, StorageFolderLocation storage)
name
- Document file nameattachment
- Attachment name or indexstorage
- Document file storage location infoCopyright © 2020. All rights reserved.