Searched refs:ContentID (Results 1 – 3 of 3) sorted by relevance
64 ContentID string member101 if att.ContentID != "" {102 req.Attachment[i].ContentID = proto.String(att.ContentID)
87 ContentID *string `protobuf:"bytes,3,opt,name=ContentID" json:"ContentID,omitempty"` member110 if m != nil && m.ContentID != nil {111 return *m.ContentID
21 optional string ContentID = 3; field